User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layer.dormantmode

Table of Contents

TGIS_Layer.DormantMode property

DK11 for Java | tatukgis.jdk.TGIS_Layer.DormantMode | Constructors | Fields | Methods | Properties | Events

Dormant mode for the layer. Use: gisLayerDormantOff to turn off to conserve memory, gisLayerDormantStandard to do standard memory management, and gisLayerDormantAgressive to free as much memory as possible (can slow down operations).

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

Syntax

// Java
public TGIS_LayerDormantMode getDormantMode();
 
public void setDormantMode(
  TGIS_LayerDormantMode _value
);
// Oxygene
public
  property DormantMode : TGIS_LayerDormantMode read write;

Value

2022/11/16 01:43

Page Tools