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


IAnimationTracks.AddTrack Method (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.AddTrack Method
ArcGIS Developer Help

IAnimationTracks.AddTrack Method

Adds a track to the collection.

[Visual Basic .NET]
Public Sub AddTrack ( _
    ByVal pTrack As IAnimationTrack _
)
[C#]
public void AddTrack (
    IAnimationTrack pTrack
);
[C++]
HRESULT AddTrack(
  IAnimationTrack* pTrack
);
[C++]
Parameters
pTrack [in]

pTrack is a parameter of type IAnimationTrack*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IAnimationTracks Interface