DK11 for Java | tatukgis.jdk.TGIS_Lock | Enums
Types of shape locking.
// Java public enum TGIS_Lock { None, Extent, Projection, Internal, Internal2 }
// Oxygene type TGIS_Lock = public ( None, Extent, Projection, Internal, Internal2 };
Name | Value | Description | |
---|---|---|---|
None | Unlocked. | ||
Extent | Extent locked. | ||
Projection | Extent locked and projections turn off. | ||
Internal | Only for internal use. | ||
Internal2 | Only for internal use. | ||