This document is archived and information here might be outdated. Recommended version. |
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(
System.String* activeTrackName,
IMap** map
);
[C++] Parameters activeTrackName [out]
activeTrackName is a parameter of type BSTR* map [out]
map is a parameter of type IMap**