This document is archived and information here might be outdated. Recommended version. |
The interval for this keyframe.
[Visual Basic .NET] Public Function get_AnimationInterval ( _ ByVal pNextKeyframe As IAGKeyframe _ ) As Double
[C#] public double get_AnimationInterval ( IAGKeyframe pNextKeyframe );
[C++]
HRESULT get_AnimationInterval(
IAGKeyframe* pNextKeyframe,
System.Double* pInterval
);
[C++] Parameters pNextKeyframe [in]
pNextKeyframe is a parameter of type IAGKeyframe* pInterval [out, retval]
pInterval is a parameter of type double*