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 Sub SetActiveTrack ( _ ByVal activeTrackName As String, _ ByVal map As IMap, _ ByVal Layer As ILayer _ )
[C#] public void SetActiveTrack ( string activeTrackName, IMap map, ILayer Layer );
[C++]
HRESULT SetActiveTrack(
BSTR activeTrackName,
IMap* map,
ILayer* Layer
);
[C++] Parameters activeTrackName [in]
activeTrackName is a parameter of type BSTR map [in]
map is a parameter of type IMap* Layer [in]
Layer is a parameter of type ILayer*