User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_config.writedormant_string_tgis_layerdormantmode_tgis_layerdormantmode

Table of Contents

TGIS_Config.WriteDormant method

DK for Java | tatukgis.jdk.TGIS_Config.WriteDormant | Constructors | Fields | Methods | Properties

Writes a layer dormant mode value to the active section.

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

Syntax

// Java
public void WriteDormant(
  java.lang.String _name,
  TGIS_LayerDormantMode _value,
  TGIS_LayerDormantMode _default
);
// Oxygene
public
  procedure WriteDormant(
    _name : String;
    _value : TGIS_LayerDormantMode;
    _default : TGIS_LayerDormantMode
  );

Parameters

Name Type Description
_name java.lang.String
String
Parameter name.
_value TGIS_LayerDormantMode Value to write.
_default TGIS_LayerDormantMode Default value used to decide whether the parameter should be omitted.
2026/07/11 01:21

Page Tools