User Tools

Site Tools


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

Table of Contents

TGIS_Config.WriteGround method

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

Write parameters given by _name.

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

Syntax

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

Parameters

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

Page Tools