C# Class CustomRootObject_CS.clsGxStyleGallery

Inheritance: ESRI.ArcGIS.Catalog.IGxObject, ESRI.ArcGIS.Catalog.IGxObjectContainer
Mostrar archivo Open project: Esri/arcobjects-sdk-community-samples

Public Properties

Property Type Description
m_pGallery IStyleGallery

Public Methods

Method Description
AddChild ( ESRI child ) : ESRI.ArcGIS.Catalog.IGxObject
Attach ( ESRI Parent, ESRI pCatalog ) : void
DeleteChild ( ESRI child ) : void
Detach ( ) : void
Refresh ( ) : void
clsGxStyleGallery ( ) : 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.

LoadChildren ( ) : void
RegisterFunction ( Type registerType ) : void
UnregisterFunction ( Type registerType ) : void

Method Details

AddChild() public method

public AddChild ( ESRI child ) : ESRI.ArcGIS.Catalog.IGxObject
child ESRI
return ESRI.ArcGIS.Catalog.IGxObject

Attach() public method

public Attach ( ESRI Parent, ESRI pCatalog ) : void
Parent ESRI
pCatalog ESRI
return void

DeleteChild() public method

public DeleteChild ( ESRI child ) : void
child ESRI
return void

Detach() public method

public Detach ( ) : void
return void

Refresh() public method

public Refresh ( ) : void
return void

clsGxStyleGallery() public method

public clsGxStyleGallery ( ) : System
return System

Property Details

m_pGallery public_oe property

public IStyleGallery m_pGallery
return IStyleGallery