C# Class OperationsDashboardAddIns.ExportToCSVMapTool

Inheritance: System.Windows.Controls.UserControl, IMapTool
Afficher le fichier Open project: Esri/tableandsearch-opsdashboard-addin

Méthodes publiques

Méthode Description
Configure ( System owner ) : bool
ExportToCSVMapTool ( ) : System
OnActivated ( ) : void
OnDeactivated ( ) : void

Private Methods

Méthode Description
OnExportMapToolClick ( object sender, RoutedEventArgs e ) : void
exportFeatures ( object parameters ) : void
getAllFeatureLayers ( ) : void
writeToFile ( SelectedFeatures featureSelectionDataSource ) : Task

Method Details

Configure() public méthode

public Configure ( System owner ) : bool
owner System
Résultat bool

ExportToCSVMapTool() public méthode

public ExportToCSVMapTool ( ) : System
Résultat System

OnActivated() public méthode

public OnActivated ( ) : void
Résultat void

OnDeactivated() public méthode

public OnDeactivated ( ) : void
Résultat void