User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.dormantmode

Table of Contents

ITGIS_Layer.DormantMode property

DK for ActiveX | TatukGIS_XDK11.ITGIS_Layer.DormantMode | Methods | Properties

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

Syntax

// C#
public TGIS_LayerDormantMode DormantMode
{
  get {}
  set {}
}
' VisualBasic
Public Property DormantMode As TGIS_LayerDormantMode
  Get
  End Get
  Set(ByVal value As TGIS_LayerDormantMode)
  End Set
End Property
// Oxygene
public
  property DormantMode : TGIS_LayerDormantMode read read;

Value

2025/01/31 01:04

Page Tools