This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGKeyframeInterval Interface > IAGKeyframeInterval.AnimationInterval Property (ArcObjects .NET 10.4 SDK) |
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,
double* pInterval
);
[C++]
Parameters pNextKeyframe [in]
pNextKeyframe is a parameter of type IAGKeyframe pInterval [out, retval] pInterval is a parameter of type double