This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationTracks Interface > IAnimationTracks.TracksOfType Property (ArcObjects .NET 10.5 SDK) |
The animation tracks of a given type.
[Visual Basic .NET] Public Function get_TracksOfType ( _ ByVal pType As IAnimationType _ ) As IArray
[C#] public IArray get_TracksOfType ( IAnimationType pType );
[C++]
HRESULT get_TracksOfType(
IAnimationType* pType,
IArray** ppTracks
);
[C++]
Parameters pType [in]
pType is a parameter of type IAnimationType ppTracks [out, retval]
ppTracks is a parameter of type IArray