User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_config.writefloat_string_double_double

Table of Contents

TGIS_Config.WriteFloat method

DK11 for Java | tatukgis.jdk.TGIS_Config.WriteFloat | Constructors | Fields | Methods | Properties

Write parameters given by _name.

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

Syntax

// Java
public void WriteFloat(
  java.lang.String _name,
  double _value,
  double _default
);
// Oxygene
public
  procedure WriteFloat(
    _name : String;
    _value : Double;
    _default : Double
  );

Parameters

Name Type Description
_name java.lang.String
String
name of value
_value double
Double
value of the parameter
_default double
Double
default value of the parameter
2022/11/16 01:40

Page Tools