C# Class CustomGxObject_CS.GxPyFactory

Inheritance: ESRI.ArcGIS.Catalog.IGxObjectFactory
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples

Méthodes publiques

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

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

Method Details

GetChildren() public méthode

public GetChildren ( string parentDir, ESRI fileNames ) : ESRI.ArcGIS.Catalog.IEnumGxObject
parentDir string
fileNames ESRI
Résultat ESRI.ArcGIS.Catalog.IEnumGxObject

GxPyFactory() public méthode

public GxPyFactory ( ) : System
Résultat System

HasChildren() public méthode

public HasChildren ( string parentDir, ESRI fileNames ) : bool
parentDir string
fileNames ESRI
Résultat bool