ArcObjects Library Reference (Animation)  

IAGImportPathOptions.AnimationEnvironment Property

The animation environment.

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

Parameters

ppEnvironment [out, retval]

  ppEnvironment is a parameter of type IAGAnimationEnvironment

ppEnvironment [in]

  ppEnvironment is a parameter of type IAGAnimationEnvironment

Product Availability

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

See Also

IAGImportPathOptions Interface

.NET Snippets

Create Animation from Path

.NET Samples

Create camera flyby from path (Code Files: frmCameraPath)