DK for ActiveX | TatukGIS_XDK11.TGIS_Lock | Enums
Types of shape locking.
// 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 );
| 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. | |