ArcObjects Library Reference (Animation)  

IAGAnimationEnvironment.AnimationDuration Property

The duration of the animation in seconds.

[Visual Basic .NET]
Public Property AnimationDuration As Double
[C#]
public double AnimationDuration {get; set;}
[C++]
HRESULT get_AnimationDuration(
  double* pSeconds
);
[C++]
HRESULT put_AnimationDuration(
  double pSeconds
);
[C++]

Parameters

pSeconds [out, retval]   pSeconds is a parameter of type double pSeconds [in]   pSeconds is a parameter of type double

Product Availability

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

See Also

IAGAnimationEnvironment Interface

.NET Snippets

Create Animation AVI | Create Animation QuickTime

.NET Samples

Visualizing the camera path while animating (Code Files: VisualizeCameraPath)

.NET Related Topics

How to set the animation environment