DK for Java | tatukgis.jdk.TGIS_LayerDormantMode | Enums
Basic modes of layer Dormant operations:
// Java public enum TGIS_LayerDormantMode { Off, Standard, Agressive }
// Oxygene type TGIS_LayerDormantMode = public ( Off, Standard, Agressive };
| Name | Value | Description | |
|---|---|---|---|
| Off | layer will not become dormant. | ||
| Standard | layer will become dormant if it is not visible. | ||
| Agressive | layer will become dormant just after pain operations (can slow down the viewer). | ||