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


IAGAnimationEnvironment.SelectedTracks Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationEnvironment Interface > IAGAnimationEnvironment.SelectedTracks Property
ArcGIS Developer Help

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