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