ArcObjects Library Reference (Animation)  

IAGAnimationTrack.IsEnabled Property

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

Product Availability

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

See Also

IAGAnimationTrack Interface