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


IAGAnimationEnvironment.NumberofFrames Property (ArcObjects .NET 10.5 SDK)
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