C# Class SelectionCOMSample.SelectionExtension

Inheritance: IExtension, IExtensionConfig
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Private Properties

Свойство Type Description
AVEvents_FocusMapChanged void
ArcGISCategoryRegistration void
ArcGISCategoryUnregistration void
ArcMap_NewOpenDocument void
AvEvent_ItemAdded void
CheckForSelectableLayer bool
FillComboBox void
GetExtension SelectionExtension
HasSelectableLayer bool
Initialize void
RegisterFunction void
StateCheck esriExtensionState
UnregisterFunction void
UpdateSelCountDockWin void
avEvent_ContentsChanged void

Méthodes publiques

Méthode Description
SelectionExtension ( ) : System
Shutdown ( ) : void
Startup ( object &initializationData ) : void

Private Methods

Méthode Description
AVEvents_FocusMapChanged ( ) : void
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.

ArcMap_NewOpenDocument ( ) : void
AvEvent_ItemAdded ( object Item ) : void
CheckForSelectableLayer ( ) : bool
FillComboBox ( ) : void
GetExtension ( ) : SelectionExtension
HasSelectableLayer ( ) : bool
Initialize ( ) : void
RegisterFunction ( Type registerType ) : void
StateCheck ( bool requestEnable ) : esriExtensionState

Determine extension state

UnregisterFunction ( Type registerType ) : void
UpdateSelCountDockWin ( ) : void
avEvent_ContentsChanged ( ) : void

Method Details

SelectionExtension() public méthode

public SelectionExtension ( ) : System
Résultat System

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

Startup() public méthode

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