This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTracks Interface > IAGAnimationTracks.AGTracks Property (ArcObjects .NET 10.4 SDK) |
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
This property returns the animation tracks in the animation track container, which is an IArray object.