C# 클래스 CustomGxFilter_CS.CustomFilter

상속: ESRI.ArcGIS.Catalog.IGxObjectFilter
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples

공개 메소드들

메소드 설명
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