User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_lock

Table of Contents

TGIS_Lock enum

DK11 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 locked and projections turn off.
Internal 3 Only for internal use.
Internal2 4 Only for internal use.

2022/11/30 19:06

Page Tools