ArcGIS Explorer Component Help |
MapDisplay..::.CancelTracking Method |
MapDisplay Class See Also |
Cancels any tracking methods currently in operation.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public void CancelTracking() |
Visual Basic (Declaration) |
---|
Public Sub CancelTracking |
Remarks
The tracking methods [O:ESRI.ArcGISExplorer.Mapping.MapDisplay.TrackPoint], [O:ESRI.ArcGISExplorer.Mapping.MapDisplay.TrackPolyline], [O:ESRI.ArcGISExplorer.Mapping.MapDisplay.TrackPolygon], [O:ESRI.ArcGISExplorer.Mapping.MapDisplay.TrackVector], [O:ESRI.ArcGISExplorer.Mapping.MapDisplay.BeginTrackPolyline], [O:ESRI.ArcGISExplorer.Mapping.MapDisplay.BeginTrackPolygon], and [O:ESRI.ArcGISExplorer.Mapping.MapDisplay.BeginTrackVector] can be cancelled by calling this method, or if the ESC key is pressed. The tracked geometry in this case will be nullNothingnullptra null reference (Nothing in Visual Basic).