DK11 for Delphi | GisTypes.TGIS_OperationType | Enums
Types of operations.
// Delphi type TGIS_OperationType = ( Select, Edit );
// C++ Builder enum DECLSPEC_DENUM TGIS_OperationType unsigned short { Select, Edit };
Name | Value | Description | |
---|---|---|---|
Select | select a layer | ||
Edit | edit a layer | ||