ISceneAnimationRunToTime Method  | 
 
            Runs the model until the specified time.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxbool RunToTime(
	double time,
	RunMode runMode
)
Parameters
- time
 - Type: SystemDouble
The time to stop the model. - runMode
 - Type: Demo3D.VisualsRunMode
Speed at which the model runs 
Return Value
Type: 
BooleanTrue if successful
See Also