DK11 for ActiveX | TatukGIS_XDK11.TGIS_LayerDormantMode | Enums
Basic modes of layer Dormant operations:
// C# public enum TGIS_LayerDormantMode { Off = 0, Standard = 1, Agressive = 2 }
' VisualBasic Public Enum TGIS_LayerDormantMode Off = 0 Standard = 1 Agressive = 2 End Enum
// Oxygene type TGIS_LayerDormantMode = public ( Off = 0, Standard = 1, Agressive = 2 );
Name | Value | Description | |
---|---|---|---|
Off | 0 | layer will not become dormant. | |
Standard | 1 | layer will become dormant if it is not visible. | |
Agressive | 2 | layer will become dormant just after pain operations (can slow down the viewer). | |