C# Class ProSymbolEditor.SelectionMapTool

Inheritance: MapTool
Afficher le fichier Open project: Esri/military-symbol-editor-addin-wpf

Méthodes publiques

Méthode Description
SelectionMapTool ( ) : System

Méthodes protégées

Méthode 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 méthode

Called when the sketch is finished.
protected OnSketchCompleteAsync ( ArcGIS geometry ) : Task
geometry ArcGIS
Résultat Task

OnToolActivateAsync() protected méthode

protected OnToolActivateAsync ( bool active ) : System.Threading.Tasks.Task
active bool
Résultat System.Threading.Tasks.Task

OnToolMouseDown() protected méthode

protected OnToolMouseDown ( MapViewMouseButtonEventArgs e ) : void
e MapViewMouseButtonEventArgs
Résultat void

SelectionMapTool() public méthode

public SelectionMapTool ( ) : System
Résultat System