ArcObjects Library Reference (TrackingAnalyst)  

ITxActiveTrack.SetActiveTrack Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxActiveTrack Interface