DK11 for Delphi | GisTypes.TGIS_Lock | Enums
Types of shape locking.
// Delphi type TGIS_Lock = ( None, Extent, Projection, Internal, Internal2 );
// C++ Builder enum DECLSPEC_DENUM TGIS_Lock unsigned short { None, Extent, Projection, Internal, Internal2 };
Name | Value | Description | |
---|---|---|---|
None | Unlocked. | ||
Extent | Extent locked. | ||
Projection | Extent locked and projections turn off. | ||
Internal | Only for internal use. | ||
Internal2 | Only for internal use. | ||