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


ISxAnimationEnvironment.SelectedAnimationType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

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