User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.writebasement_string_tgis_3dbasementtype_tgis_3dbasementtype

Table of Contents

TGIS_Config.WriteBasement method

DK11 for Delphi | GisConfig.TGIS_Config.WriteBasement | Constructors | Fields | Methods | Properties

Write parameters given by _name.

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

Syntax

// Delphi
public
  procedure WriteBasement(
    const _name : String;
    const _value : TGIS_3DBasementType;
    const _default : TGIS_3DBasementType
  );
// C++ Builder
public:
  void WriteBasement(
    const UnicodeString _name,
    TGIS_3DBasementType* const _value,
    TGIS_3DBasementType* const _default
  );

Parameters

Name Type Description
_name String name of value
_value TGIS_3DBasementType value of the parameter
_default TGIS_3DBasementType default value of the parameter
2022/11/16 01:14

Page Tools