C# Class ExtentView_CS.clsExtentView

Inheritance: ESRI.ArcGIS.CatalogUI.IGxView
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples

Méthodes publiques

Méthode Description
Activate ( ESRI Application, ESRI Catalog ) : void
Applies ( ESRI Selection ) : bool
Deactivate ( ) : void
Refresh ( ) : void
SystemSettingChanged ( int flag, string section ) : void
clsExtentView ( ) : System

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.

OnSelectionChanged ( ESRI Selection, object &initiator ) : void
RegisterFunction ( Type registerType ) : void
UnregisterFunction ( Type registerType ) : void

Method Details

Activate() public méthode

public Activate ( ESRI Application, ESRI Catalog ) : void
Application ESRI
Catalog ESRI
Résultat void

Applies() public méthode

public Applies ( ESRI Selection ) : bool
Selection ESRI
Résultat bool

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

SystemSettingChanged() public méthode

public SystemSettingChanged ( int flag, string section ) : void
flag int
section string
Résultat void

clsExtentView() public méthode

public clsExtentView ( ) : System
Résultat System