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


IAnimationExtension.AnimationEnvironment Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAnimationExtension.AnimationEnvironment Property

The animation environment options for this container app.

[Visual Basic .NET]
Public ReadOnly Property AnimationEnvironment As IAGAnimationEnvironment
[C#]
public IAGAnimationEnvironment AnimationEnvironment {get;}
[C++]
HRESULT get_AnimationEnvironment(
  IAGAnimationEnvironment** ppAnimEnv
);
[C++]

Parameters ppAnimEnv [out, retval]
ppAnimEnv is a parameter of type IAGAnimationEnvironment

Product Availability

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

See Also

IAnimationExtension Interface

.NET Snippets

Create Animation QuickTime | Create Animation from View | Create Animation from Path | Create Animation AVI

.NET Samples

Create camera flyby from path (Code Files: frmCameraPath)

.NET Related Topics

Animation | How to export animations to video | How to play an animation | How to set the animation environment