Gets the status of the tracking session.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public TrackStatus Status { get; }
Visual Basic (Declaration)
Public ReadOnly Property Status As TrackStatus

Field Value

The status of the current tracking session.

Remarks

Use this property to determine what action the user has performed.

See Also