Click or drag to resize

DataTimelineModelAnimationOrTimelineHasCameraAnimation Method

Tells if the animation or timeline with identifier id has a camera animation.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public bool AnimationOrTimelineHasCameraAnimation(
	DataAnimationGuid id
)

Parameters

id
Type: Lumiscaphe.Workshop.InteropDataAnimationGuid
The identifier of the animation or timeline.

Return Value

Type: Boolean
true if the animation of timeline with identifier id has a camera animation; otherwise, return false.
Exceptions
ExceptionCondition
ObjectDisposedExceptionDataTimelineModel::IsDisposed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also