Click or drag to resize

DocumentRun Method (Double, Delegate, Object)

Schedule a delegate to be called with given arguments after a delay in simulation time.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void Run(
	double delay,
	Delegate function,
	params Object[] args
)

Parameters

delay
Type: SystemDouble
Simulation time from now in seconds.
function
Type: SystemDelegate
The delegate to be invoked.
args
Type: SystemObject
The arguments to pass to the delegate.
See Also