User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_layer.dormantmode

Table of Contents

TGIS_Layer.DormantMode property

DK11 for Python | tatukgis.pdk.TGIS_Layer.DormantMode | Constructors | Methods | Properties | Events | 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 | Java | ActiveX.

Syntax

# Python
@property
def DormantMode(
  self
) -> TGIS_LayerDormantMode: 
 
@DormantMode.setter
def DormantMode(
  self,
  _value: TGIS_LayerDormantMode
) -> None: 

Value

2023/08/09 01:53

Page Tools