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


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

IAGAnimationEnvironment.SelectedAGAnimationType Property

The selected animation type.

[Visual Basic .NET]
Public Property SelectedAGAnimationType As IAGAnimationType
[C#]
public IAGAnimationType SelectedAGAnimationType {get; set;}
[C++]
HRESULT get_SelectedAGAnimationType(
  IAGAnimationType** ppAnimType
);
[C++]
HRESULT putref_SelectedAGAnimationType(
  IAGAnimationType* ppAnimType
);
[C++]
Parameters
ppAnimType [out, retval]

ppAnimType is a parameter of type IAGAnimationType** ppAnimType [in]
ppAnimType is a parameter of type IAGAnimationType*

Product Availability

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

See Also

IAGAnimationEnvironment Interface