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


IAGAnimationTracks.TracksOfType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationTracks.TracksOfType Property

The animation tracks of a given type.

[Visual Basic .NET]
Public Function get_TracksOfType ( _
    ByVal pType As IAGAnimationType _
) As IArray
[C#]
public IArray get_TracksOfType (
    IAGAnimationType pType
);
[C++]
HRESULT get_TracksOfType(
  IAGAnimationType* pType,
  IArray** ppTracks
);
[C++]

Parameters pType [in]
pType is a parameter of type IAGAnimationType ppTracks [out, retval]
ppTracks is a parameter of type IArray

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

This property returns all the tracks of a given type in the animation track container, which is an IArray object.

See Also

IAGAnimationTracks Interface

.NET Samples

Move a graphic along a path in ArcMap (Code Files: AnimationUtils)