This document is archived and information here might be outdated. Recommended version. |
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.