C# Class OpenSaveLogExtensionCS.LogExtension

Inheritance: IExtension, IPersistVariant
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples

Méthodes publiques

Méthode Description
Load ( IVariantStream Stream ) : void
Save ( IVariantStream Stream ) : void
Shutdown ( ) : void
Startup ( object &initializationData ) : 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.

LogMessage ( string message ) : void
OnCloseDocument ( ) : void
OnNewDocument ( ) : void
OnOpenDocument ( ) : void
RegisterFunction ( Type registerType ) : void
SetUpDocumentEvent ( IDocument myDocument ) : void
UnregisterFunction ( Type registerType ) : void

Method Details

Load() public méthode

public Load ( IVariantStream Stream ) : void
Stream IVariantStream
Résultat void

Save() public méthode

public Save ( IVariantStream Stream ) : void
Stream IVariantStream
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

Startup() public méthode

public Startup ( object &initializationData ) : void
initializationData object
Résultat void