C# Class ExportNAClass.NAClassToTextfileCmd

Inheritance: BaseCommand, INAWindowCommand
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples

Méthodes publiques

Méthode Description
Applies ( INALayer naLayer, INAWindowCategory Category ) : bool
NAClassToTextfileCmd ( ) : System
OnClick ( ) : void
OnCreate ( object hook ) : void

Private Methods

Méthode Description
ArcGISCategoryRegistration ( Type registerType ) : void

Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.

ArcGISCategoryUnregistration ( Type registerType ) : void

Required method for ArcGIS Component Category unregistration - Do not modify the contents of this method with the code editor.

ExportToText ( ) : void
GenerateColumnHeaderString ( ITable &table ) : string
GenerateDataString ( IRow &row ) : string
GetActiveAnalysisLayer ( ) : INALayer
GetActiveCategory ( ) : INAWindowCategory2
RegisterFunction ( Type registerType ) : void
SetUpSaveDialog ( SaveFileDialog &sfDialog ) : void
UnregisterFunction ( Type registerType ) : void

Method Details

Applies() public méthode

public Applies ( INALayer naLayer, INAWindowCategory Category ) : bool
naLayer INALayer
Category INAWindowCategory
Résultat bool

NAClassToTextfileCmd() public méthode

public NAClassToTextfileCmd ( ) : System
Résultat System

OnClick() public méthode

public OnClick ( ) : void
Résultat void

OnCreate() public méthode

public OnCreate ( object hook ) : void
hook object
Résultat void