The Layer containing the active track and the track name on a given map.
[Visual Basic .NET] Public Function GetActiveTrack ( _ ByRef activeTrackName As String, _ ByRef map As IMap _ ) As ILayer
[C#] public ILayer GetActiveTrack ( ref string activeTrackName, ref IMap map );
[C++]
HRESULT GetActiveTrack(
BSTR* activeTrackName,
IMap** map,
ILayer** Layer
);
[C++]Parameters
activeTrackName [out] activeTrackName is a parameter of type BSTR map [out]map is a parameter of type IMap
Layer [out, retval]Layer is a parameter of type ILayer
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.