User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_layerdormantmode

Table of Contents

TGIS_LayerDormantMode enum

DK11 for ActiveX | TatukGIS_XDK11.TGIS_LayerDormantMode | Enums

Basic modes of layer Dormant operations:

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

Syntax

// 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
  );

Members

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

2022/11/30 19:06

Page Tools