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


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

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(
  System.Int32* 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