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


IAnimationTracks.Tracks Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationTracks Interface > IAnimationTracks.Tracks Property
ArcGIS Developer Help

IAnimationTracks.Tracks Property

The animation tracks.

[Visual Basic .NET]
Public ReadOnly Property Tracks As IArray
[C#]
public IArray Tracks {get;}
[C++]
HRESULT get_Tracks(
  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. Requires 3D Analyst Extension.

See Also

IAnimationTracks Interface