C# Class CustomRootObject_CS.clsGxStyleView

Inheritance: ESRI.ArcGIS.CatalogUI.IGxView
Mostrar archivo Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method 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

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.

RegisterFunction ( Type registerType ) : void
UnregisterFunction ( Type registerType ) : void
m_pSelection_OnSelectionChanged ( IGxSelection Selection, object &initiator ) : void

Method Details

Activate() public method

public Activate ( ESRI Application, ESRI Catalog ) : void
Application ESRI
Catalog ESRI
return void

Applies() public method

public Applies ( ESRI Selection ) : bool
Selection ESRI
return bool

Deactivate() public method

public Deactivate ( ) : void
return void

PreviewItem() public method

public PreviewItem ( long hDC, tagRECT r ) : void
hDC long
r tagRECT
return void

Refresh() public method

public Refresh ( ) : void
return void

SystemSettingChanged() public method

public SystemSettingChanged ( int flag, string section ) : void
flag int
section string
return void

clsGxStyleView() public method

public clsGxStyleView ( ) : System
return System