Specifies constants which describe the current status of a tracking session.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
| C# |
|---|
public enum TrackStatus |
| Visual Basic (Declaration) |
|---|
Public Enumeration TrackStatus |
Members
| Value | Member name | Description | |
|---|---|---|---|
| 3 | Cancelled |
This tracking session has been cancelled; this status indicates that the user has pressed the Esc key during a tracking session.
| |
| 2 | Completed |
This tracking session has been completed; this status indicates that the user has double-clicked on the left mouse button.
| |
| 0 | MouseMoved |
The mouse has been moved.
| |
| 1 | PointAdded |
A point has been added to the tracked shape.
|

