This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTracks Interface > IAGAnimationTracks.CreateTrack Method (ArcObjects .NET 10.5 SDK) |
Creates a new track and adds it to the collection.
[Visual Basic .NET] Public Function CreateTrack ( _ ByVal pType As IAGAnimationType _ ) As IAGAnimationTrack
[C#] public IAGAnimationTrack CreateTrack ( IAGAnimationType pType );
[C++]
HRESULT CreateTrack(
IAGAnimationType* pType,
IAGAnimationTrack** ppTrack
);
[C++]
Parameters pType [in]
pType is a parameter of type IAGAnimationType ppTrack [out, retval]
ppTrack is a parameter of type IAGAnimationTrack