This document is archived and information here might be outdated.  Recommended version.


ITxActiveTrack.SetActiveTrack Method (ArcObjects .NET 10.4 SDK)
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