C# Class ExtentView_CS.clsExtentView

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

Public Methods

Method 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

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.

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

Refresh() public method

public Refresh ( ) : void
return void

SystemSettingChanged() public method

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

clsExtentView() public method

public clsExtentView ( ) : System
return System