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


ITxActiveTrack.GetActiveTrack Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxActiveTrack.GetActiveTrack Method

The Layer containing the active track and the track name on a given map.

[Visual Basic .NET]
Public Function GetActiveTrack ( _
    ByRef activeTrackName As String, _
    ByRef map As IMap _
) As ILayer
[C#]
public ILayer GetActiveTrack (
    ref string activeTrackName,
    ref IMap map
);
[C++]
HRESULT GetActiveTrack(
  BSTR* activeTrackName,
  IMap** map,
  ILayer** Layer
);
[C++]

Parameters activeTrackName [out] activeTrackName is a parameter of type BSTR map [out]
map is a parameter of type IMap Layer [out, retval]
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