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


ITxActiveTrack.SetActiveTrack Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxActiveTrack Interface > ITxActiveTrack.SetActiveTrack Method
ArcGIS Developer Help

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