Home > All Other Interfaces > IPresentationStep > AnimationLength

AnimationLength

This property enables you to return or set the the length (in seconds) of a custom animation step. The presentation step will cover the entire time frame set in the length of time set in this property. This value applies only when Type is set to PresentationStepType.ST_PLAYTIMEANIMATION.

.

JavaScript

 

AnimationLength

 

C#

 

int AnimationLength { get; set; }

 

C++

 

HRESULT AnimationLength([in] long pVal)

HRESULT AnimationLength([out, retval] long* pVal)