C# Class CustomGxFilter_CS.CustomFilter

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

Méthodes publiques

Méthode Description
CanChooseObject ( ESRI obj, ESRI &result ) : bool
CanDisplayObject ( ESRI obj ) : bool
CanSaveObject ( ESRI Location, string newObjectName, bool &objectAlreadyExists ) : bool
CustomFilter ( ) : ESRI.ArcGIS.Catalog

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.

GetExtension ( string sFileName ) : string
RegisterFunction ( Type registerType ) : void
UnregisterFunction ( Type registerType ) : void

Method Details

CanChooseObject() public méthode

public CanChooseObject ( ESRI obj, ESRI &result ) : bool
obj ESRI
result ESRI
Résultat bool

CanDisplayObject() public méthode

public CanDisplayObject ( ESRI obj ) : bool
obj ESRI
Résultat bool

CanSaveObject() public méthode

public CanSaveObject ( ESRI Location, string newObjectName, bool &objectAlreadyExists ) : bool
Location ESRI
newObjectName string
objectAlreadyExists bool
Résultat bool

CustomFilter() public méthode

public CustomFilter ( ) : ESRI.ArcGIS.Catalog
Résultat ESRI.ArcGIS.Catalog