User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_config.writedormant_string_tgis_layerdormantmode_tgis_layerdormantmode

Table of Contents

TGIS_Config.WriteDormant method

DK11 for .NET | TatukGIS.NDK.TGIS_Config.WriteDormant | Constructors | Fields | Methods | Properties

Write parameters given by _name.

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

Syntax

// C#
public void WriteDormant(
  string _name,
  TGIS_LayerDormantMode _value,
  TGIS_LayerDormantMode _default
);
' VisualBasic
Public Sub WriteDormant(
  ByVal _name As String,
  ByVal _value As TGIS_LayerDormantMode,
  ByVal _default As TGIS_LayerDormantMode
)
// Oxygene
public
  procedure WriteDormant(
    _name : String;
    _value : TGIS_LayerDormantMode;
    _default : TGIS_LayerDormantMode
  );

Parameters

Name Type Description
_name string
String
name of value
_value TGIS_LayerDormantMode value of the parameter
_default TGIS_LayerDormantMode default value of the parameter
2022/11/16 01:27

Page Tools