User Tools

Site Tools


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

Table of Contents

TGIS_Config.ReadBoolean method

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

Read parameters given by _name. If Parameters do not exist or are invalid, then _default value will be used.

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

Syntax

// C#
public bool ReadBoolean(
  string _name,
  bool _default
);
' VisualBasic
Public Function ReadBoolean(
  ByVal _name As String,
  ByVal _default As Boolean
) As Boolean
// Oxygene
public
  function ReadBoolean(
    _name : String;
    _default : Boolean
  ) : Boolean;

Parameters

Name Type Description
_name string
String
name of value
_default bool
Boolean
default value

Result

Type Description
bool
Boolean
parameter value
2024/12/20 22:21

Page Tools