C# Class ProSymbolEditor.SelectionMapTool

Inheritance: MapTool
Exibir arquivo Open project: Esri/military-symbol-editor-addin-wpf

Public Methods

Method Description
SelectionMapTool ( ) : System

Protected Methods

Method Description
OnSketchCompleteAsync ( ArcGIS geometry ) : Task

Called when the sketch is finished.

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

Method Details

OnSketchCompleteAsync() protected method

Called when the sketch is finished.
protected OnSketchCompleteAsync ( ArcGIS geometry ) : Task
geometry ArcGIS
return 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

SelectionMapTool() public method

public SelectionMapTool ( ) : System
return System