This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationTrack Interface > IAnimationTrack.IsEnabled Property (ArcObjects .NET 10.5 SDK) |
Indicates if the track is enabled.
[Visual Basic .NET] Public Property IsEnabled As Boolean
[C#] public bool IsEnabled {get; set;}
[C++]
HRESULT get_IsEnabled(
VARIANT_BOOL* pbIsEnabled
);
[C++]
HRESULT put_IsEnabled(
VARIANT_BOOL pbIsEnabled
);
[C++]
Parameters pbIsEnabled [out, retval] pbIsEnabled is a parameter of type VARIANT_BOOL pbIsEnabled [in] pbIsEnabled is a parameter of type VARIANT_BOOL