User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_config.writefloat_widestring_double_double

Table of Contents

ITGIS_Config.WriteFloat method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Config.WriteFloat | Methods | Properties

Write parameters given by _name.

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

Syntax

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

Parameters

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

Page Tools