DocumentRun Method (Double, Action) | 
 
            Schedule an action to be called after a delay in simulation time.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic void Run(
	double delay,
	Action action
)
Parameters
- delay
 - Type: SystemDouble
Simulation time from now in seconds. - action
 - Type: SystemAction
Action to be invoked. 
See Also