User Tools

Site Tools


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

Table of Contents

TGIS_Config.WriteDormant method

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

Write parameters given by _name.

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
name of value
_value TGIS_LayerDormantMode value of the parameter
_default TGIS_LayerDormantMode default value of the parameter
2022/11/16 01:40

Page Tools