ArcObjects Library Reference (Animation)  

IAGAnimationEnvironment.NumberofFrames Property

The number of frames that will be displayed in the animation.

[Visual Basic .NET]
Public Property NumberofFrames As Integer
[C#]
public int NumberofFrames {get; set;}
[C++]
HRESULT get_NumberofFrames(
  long* pFrames
);
[C++]
HRESULT put_NumberofFrames(
  long pFrames
);
[C++]

Parameters

pFrames [out, retval]   pFrames is a parameter of type long pFrames [in]   pFrames is a parameter of type long

Product Availability

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

See Also

IAGAnimationEnvironment Interface