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


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

IAGAnimationTracks.AGTracks Property

The animation tracks.

[Visual Basic .NET]
Public ReadOnly Property AGTracks As IArray
[C#]
public IArray AGTracks {get;}
[C++]
HRESULT get_AGTracks(
  IArray** ppTracks
);
[C++]
Parameters
ppTracks [out, retval]

ppTracks is a parameter of type IArray**

Product Availability

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

Remarks

This property returns the animation tracks in the animation track container, which is an IArray object.

See Also

IAGAnimationTracks Interface

.NET Samples

Move a graphic along a path in ArcMap Visualizing the camera path while animating