User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.writeground_string_tgis_3dgroundtype_tgis_3dgroundtype

Table of Contents

TGIS_Config.WriteGround method

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

Write parameters given by _name.

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

Syntax

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

Parameters

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

Page Tools