C# Класс CustomGxFilter_CS.CustomFilter

Наследование: ESRI.ArcGIS.Catalog.IGxObjectFilter
Показать файл Открыть проект

Открытые методы

Метод Описание
CanChooseObject ( ESRI obj, ESRI &result ) : bool
CanDisplayObject ( ESRI obj ) : bool
CanSaveObject ( ESRI Location, string newObjectName, bool &objectAlreadyExists ) : bool
CustomFilter ( ) : ESRI.ArcGIS.Catalog

Приватные методы

Метод Описание
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

Описание методов

CanChooseObject() публичный Метод

public CanChooseObject ( ESRI obj, ESRI &result ) : bool
obj ESRI
result ESRI
Результат bool

CanDisplayObject() публичный Метод

public CanDisplayObject ( ESRI obj ) : bool
obj ESRI
Результат bool

CanSaveObject() публичный Метод

public CanSaveObject ( ESRI Location, string newObjectName, bool &objectAlreadyExists ) : bool
Location ESRI
newObjectName string
objectAlreadyExists bool
Результат bool

CustomFilter() публичный Метод

public CustomFilter ( ) : ESRI.ArcGIS.Catalog
Результат ESRI.ArcGIS.Catalog