ArcGIS Explorer Component Help |
TrackStatus Enumeration |
See Also |
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.1500 (2.0.0.1500)
Syntax
C# |
---|
public enum TrackStatus |
Visual Basic (Declaration) |
---|
Public Enumeration TrackStatus |
Members
Member name | Description | |
---|---|---|
Cancelled |
This tracking session has been cancelled; this status indicates that the user has pressed the Esc key during a tracking session.
| |
Completed |
This tracking session has been completed; this status indicates that the user has double-clicked on the left mouse button.
| |
MouseMoved |
The mouse has been moved.
| |
PointAdded |
A point has been added to the tracked shape.
| |
PointRemoved |
A point has been removed from the tracked shape. This happens when the user right-clicks while
tracking a shape with more than one vertex
(Vector, Polygon, Polyline, Arrow, Circle and Envelope tracking methods).
|
Remarks
This enumeration is used by the TrackingInfo.Geometry property, which is passed as a parameter to the asynchronous tracking methods.
See Also
[O:ESRI.ArcGISExplorer.Mapping.MapDisplay.BeginTrackArrow]
[O:ESRI.ArcGISExplorer.Mapping.MapDisplay.BeginTrackCircle]
[O:ESRI.ArcGISExplorer.Mapping.MapDisplay.BeginTrackEnvelope]
[O:ESRI.ArcGISExplorer.Mapping.MapDisplay.BeginTrackPoint]
[O:ESRI.ArcGISExplorer.Mapping.MapDisplay.BeginTrackPolygon]
[O:ESRI.ArcGISExplorer.Mapping.MapDisplay.BeginTrackPolyline]
[O:ESRI.ArcGISExplorer.Mapping.MapDisplay.BeginTrackVector]