User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_lock

Table of Contents

TGIS_Lock enum

DK for ActiveX | TatukGIS_XDK11.TGIS_Lock | Enums

Types of shape locking.

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

Syntax

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

Members

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

2026/07/11 00:07

Page Tools