C# 클래스 OperationsDashboardAddIns.ExportToCSVMapTool

상속: System.Windows.Controls.UserControl, IMapTool
파일 보기 프로젝트 열기: Esri/tableandsearch-opsdashboard-addin

공개 메소드들

메소드 설명
Configure ( System owner ) : bool
ExportToCSVMapTool ( ) : System
OnActivated ( ) : void
OnDeactivated ( ) : void

비공개 메소드들

메소드 설명
OnExportMapToolClick ( object sender, RoutedEventArgs e ) : void
exportFeatures ( object parameters ) : void
getAllFeatureLayers ( ) : void
writeToFile ( SelectedFeatures featureSelectionDataSource ) : Task

메소드 상세

Configure() 공개 메소드

public Configure ( System owner ) : bool
owner System
리턴 bool

ExportToCSVMapTool() 공개 메소드

public ExportToCSVMapTool ( ) : System
리턴 System

OnActivated() 공개 메소드

public OnActivated ( ) : void
리턴 void

OnDeactivated() 공개 메소드

public OnDeactivated ( ) : void
리턴 void