User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.readbasement_string_tgis_3dbasementtype

Table of Contents

TGIS_Config.ReadBasement method

DK11 for Delphi | GisConfig.TGIS_Config.ReadBasement | 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: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  function ReadBasement(
    const _name : String;
    const _default : TGIS_3DBasementType
  ) : TGIS_3DBasementType;
// C++ Builder
public:
  TGIS_3DBasementType* ReadBasement(
    const UnicodeString _name,
    TGIS_3DBasementType* const _default
  );

Parameters

Name Type Description
_name String name of value
_default TGIS_3DBasementType default value

Result

Type Description
TGIS_3DBasementType parameter value
2022/11/16 01:14

Page Tools