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


IAGAnimationEnvironment.SelectedTracks Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationEnvironment.SelectedTracks Property

The selected animation tracks.

[Visual Basic .NET]
Public Property SelectedTracks As IArray
[C#]
public IArray SelectedTracks {get; set;}
[C++]
HRESULT get_SelectedTracks(
  IArray** ppTracks
);
[C++]
HRESULT putref_SelectedTracks(
  IArray* ppTracks
);
[C++]

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

Product Availability

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

See Also

IAGAnimationEnvironment Interface