This document is archived and information here might be outdated.  Recommended version.


IAGKeyframeInterval.AnimationInterval Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGKeyframeInterval Interface > IAGKeyframeInterval.AnimationInterval Property
ArcGIS Developer Help

IAGKeyframeInterval.AnimationInterval Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGKeyframeInterval Interface