Метод | Описание | |
---|---|---|
CanChooseObject ( ESRI obj, ESRI &result ) : bool | ||
CanDisplayObject ( ESRI obj ) : bool | ||
CanSaveObject ( ESRI Location, string newObjectName, bool &objectAlreadyExists ) : bool | ||
CustomFilter ( ) : ESRI.ArcGIS.Catalog |
Метод | Описание | |
---|---|---|
ArcGISCategoryRegistration ( |
Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.
|
|
ArcGISCategoryUnregistration ( |
Required method for ArcGIS Component Category unregistration - Do not modify the contents of this method with the code editor.
|
|
GetExtension ( string sFileName ) : string | ||
RegisterFunction ( |
||
UnregisterFunction ( |
public CanChooseObject ( ESRI obj, ESRI &result ) : bool | ||
obj | ESRI | |
result | ESRI | |
Результат | bool |
public CanDisplayObject ( ESRI obj ) : bool | ||
obj | ESRI | |
Результат | bool |
public CanSaveObject ( ESRI Location, string newObjectName, bool &objectAlreadyExists ) : bool | ||
Location | ESRI | |
newObjectName | string | |
objectAlreadyExists | bool | |
Результат | bool |
public CustomFilter ( ) : ESRI.ArcGIS.Catalog | ||
Результат | ESRI.ArcGIS.Catalog |