C# Class CustomGxObject_CS.GxPyFactory

Inheritance: ESRI.ArcGIS.Catalog.IGxObjectFactory
ファイルを表示 Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
GetChildren ( string parentDir, ESRI fileNames ) : ESRI.ArcGIS.Catalog.IEnumGxObject
GxPyFactory ( ) : System
HasChildren ( string parentDir, ESRI fileNames ) : bool

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

Method Details

GetChildren() public method

public GetChildren ( string parentDir, ESRI fileNames ) : ESRI.ArcGIS.Catalog.IEnumGxObject
parentDir string
fileNames ESRI
return ESRI.ArcGIS.Catalog.IEnumGxObject

GxPyFactory() public method

public GxPyFactory ( ) : System
return System

HasChildren() public method

public HasChildren ( string parentDir, ESRI fileNames ) : bool
parentDir string
fileNames ESRI
return bool