This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISxAnimationEnvironment Interface > ISxAnimationEnvironment.SelectedAnimationType Property (ArcObjects .NET 10.5 SDK) |
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