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


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

IAGGroupAnimationOptions.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

IAGGroupAnimationOptions Interface