User Tools

Site Tools


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

Table of Contents

TGIS_Config.WriteFloat method

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

Write parameters given by _name.

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

Syntax

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

Parameters

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

Page Tools