DK11 for Delphi | GisTypes.TGIS_LayerDormantMode | Enums
Basic modes of layer Dormant operations:
// Delphi type TGIS_LayerDormantMode = ( Off, Standard, Agressive );
// C++ Builder enum DECLSPEC_DENUM TGIS_LayerDormantMode unsigned short { 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). | ||