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 AVI | Create Animation from Path | Create Animation from View | Create Animation QuickTime

.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