C# Class DesktopExtensionsCS.SimpleExtension

Inheritance: IExtension
显示文件 Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
Shutdown ( ) : void
Startup ( object &initializationData ) : 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.

OnNewDocument ( ) : void
OnOpenDocument ( ) : void
RegisterFunction ( Type registerType ) : void
SetUpDocumentEvent ( ESRI myDocument ) : void
UnregisterFunction ( Type registerType ) : void

Method Details

Shutdown() public method

public Shutdown ( ) : void
return void

Startup() public method

public Startup ( object &initializationData ) : void
initializationData object
return void