C# Class CustomGxFilter_CS.CustomFilter

Inheritance: ESRI.ArcGIS.Catalog.IGxObjectFilter
Exibir arquivo Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method 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

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.

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

Method Details

CanChooseObject() public method

public CanChooseObject ( ESRI obj, ESRI &result ) : bool
obj ESRI
result ESRI
return bool

CanDisplayObject() public method

public CanDisplayObject ( ESRI obj ) : bool
obj ESRI
return bool

CanSaveObject() public method

public CanSaveObject ( ESRI Location, string newObjectName, bool &objectAlreadyExists ) : bool
Location ESRI
newObjectName string
objectAlreadyExists bool
return bool

CustomFilter() public method

public CustomFilter ( ) : ESRI.ArcGIS.Catalog
return ESRI.ArcGIS.Catalog