This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGGroupAnimationOptions Interface > IAGGroupAnimationOptions.AnimationEnvironment Property (ArcObjects .NET 10.5 SDK) |
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