User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_layerdormantmode

Table of Contents

TGIS_LayerDormantMode enum

DK11 for Delphi | GisTypes.TGIS_LayerDormantMode | Enums

Basic modes of layer Dormant operations:

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
type
  TGIS_LayerDormantMode = (
    Off, Standard, Agressive
  );
// C++ Builder
enum DECLSPEC_DENUM TGIS_LayerDormantMode unsigned short {
  Off, Standard, Agressive
};

Members

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).

2022/11/30 19:19

Page Tools