This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTracks Interface > IAGAnimationTracks.AddTrack Method (ArcObjects .NET 10.4 SDK) |
Adds a track to the collection.
[Visual Basic .NET] Public Sub AddTrack ( _ ByVal pTrack As IAGAnimationTrack _ )
[C#] public void AddTrack ( IAGAnimationTrack pTrack );
[C++]
HRESULT AddTrack(
IAGAnimationTrack* pTrack
);
[C++]
Parameters pTrack [in]
pTrack is a parameter of type IAGAnimationTrack