C# Class CustomRootObject_CS.clsGxStyleView

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
PreviewItem ( long hDC, tagRECT r ) : void
Refresh ( ) : void
SystemSettingChanged ( int flag, string section ) : void
clsGxStyleView ( ) : 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.

RegisterFunction ( Type registerType ) : void
UnregisterFunction ( Type registerType ) : void
m_pSelection_OnSelectionChanged ( IGxSelection Selection, object &initiator ) : 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

PreviewItem() public méthode

public PreviewItem ( long hDC, tagRECT r ) : void
hDC long
r tagRECT
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

clsGxStyleView() public méthode

public clsGxStyleView ( ) : System
Résultat System