C# Class ProSymbolEditor.CoordinateMapTool

Tool is not currently used by the addin, but keeping in case we do. It will grab the coordinates if a user clicks on the map.
Inheritance: MapTool
Exibir arquivo Open project: Esri/military-symbol-editor-addin-wpf

Protected Methods

Method Description
HandleMouseDownAsync ( MapViewMouseButtonEventArgs e ) : System.Threading.Tasks.Task

Called when the OnToolMouseDown event is handled. Allows the opportunity to perform asynchronous operations corresponding to the event.

OnToolActivateAsync ( bool active ) : System.Threading.Tasks.Task
OnToolMouseDown ( MapViewMouseButtonEventArgs e ) : void

Method Details

HandleMouseDownAsync() protected method

Called when the OnToolMouseDown event is handled. Allows the opportunity to perform asynchronous operations corresponding to the event.
protected HandleMouseDownAsync ( MapViewMouseButtonEventArgs e ) : System.Threading.Tasks.Task
e MapViewMouseButtonEventArgs
return System.Threading.Tasks.Task

OnToolActivateAsync() protected method

protected OnToolActivateAsync ( bool active ) : System.Threading.Tasks.Task
active bool
return System.Threading.Tasks.Task

OnToolMouseDown() protected method

protected OnToolMouseDown ( MapViewMouseButtonEventArgs e ) : void
e MapViewMouseButtonEventArgs
return void