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


IAGAnimationTrack.IsEnabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTrack Interface > IAGAnimationTrack.IsEnabled Property
ArcGIS Developer Help

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(
  Boolean* pbIsEnabled
);
[C++]
HRESULT put_IsEnabled(
  VARIANT_BOOL pbIsEnabled
);
[C++]
Parameters
pbIsEnabled [out, retval]

pbIsEnabled is a parameter of type bool* pbIsEnabled [in]
pbIsEnabled is a parameter of type bool

Product Availability

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

See Also

IAGAnimationTrack Interface

.NET Samples

Visualizing the camera path while animating