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


ISxAnimationEnvironment.SelectedAnimationType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISxAnimationEnvironment Interface > ISxAnimationEnvironment.SelectedAnimationType Property
ArcGIS Developer Help

ISxAnimationEnvironment.SelectedAnimationType Property

The selected animation type.

[Visual Basic .NET]
Public Property SelectedAnimationType As IAnimationType
[C#]
public IAnimationType SelectedAnimationType {get; set;}
[C++]
HRESULT get_SelectedAnimationType(
  IAnimationType** ppAnimType
);
[C++]
HRESULT putref_SelectedAnimationType(
  IAnimationType* ppAnimType
);
[C++]
Parameters
ppAnimType [out, retval]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISxAnimationEnvironment Interface