This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxActiveTrack Interface > ITxActiveTrack.SetActiveTrack Method (ArcObjects .NET 10.4 SDK) |
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