User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_lock

Table of Contents

TGIS_Lock enum

DK11 for Delphi | GisTypes.TGIS_Lock | Enums

Types of shape locking.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
type
  TGIS_Lock = (
    None, Extent, Projection, Internal, Internal2
  );
// C++ Builder
enum DECLSPEC_DENUM TGIS_Lock unsigned short {
  None, Extent, Projection, Internal, Internal2
};

Members

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.

2022/11/30 19:19

Page Tools