C# Class ExportNAClass.NAClassToTextfileCmd

Inheritance: BaseCommand, INAWindowCommand
Mostrar archivo Open project: Esri/arcobjects-sdk-community-samples

Public Methods

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

Private Methods

Method 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 method

public Applies ( INALayer naLayer, INAWindowCategory Category ) : bool
naLayer INALayer
Category INAWindowCategory
return bool

NAClassToTextfileCmd() public method

public NAClassToTextfileCmd ( ) : System
return System

OnClick() public method

public OnClick ( ) : void
return void

OnCreate() public method

public OnCreate ( object hook ) : void
hook object
return void