User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_lock

Table of Contents

TGIS_Lock enum

DK for .NET | TatukGIS.NDK.TGIS_Lock | Enums

Types of shape locking.

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

Syntax

// C#
public enum TGIS_Lock
{
  None, Extent, Projection, Internal, Internal2
}
' VisualBasic
Public Enum TGIS_Lock
  None
  Extent
  Projection
  Internal
  Internal2
End Enum
// Oxygene
type
  TGIS_Lock = public (
    None, Extent, Projection, Internal, Internal2
  );

Members

Name Value Description
None Unlocked.
Extent Extent locked.
Projection Extent is locked and projection transformations are disabled.
Internal Reserved for internal use.
Internal2 Reserved for internal use.

2026/07/11 01:13

Page Tools