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