Click or drag to resize

TimelinePlayerSetTime Method

Sets the animation or timeline current time.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public void SetTime(
	SceneProductGuid product,
	DataAnimationGuid animationOrTimeline,
	double time
)

Parameters

product
Type: Lumiscaphe.Workshop.InteropSceneProductGuid
The scene product identifier.
animationOrTimeline
Type: Lumiscaphe.Workshop.InteropDataAnimationGuid
The animation or timeline identifier.
time
Type: SystemDouble
The time.
Exceptions
ExceptionCondition
ObjectDisposedExceptionTimelinePlayer::IsDisposed == true
Remarks
The time flow mode must be set to step by step and the time step must be set to zero.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also