ArcObjects Library Reference (Animation)  

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,
  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