User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_config.writecolor_widestring_itgis_color_itgis_color

Table of Contents

ITGIS_Config.WriteColor method

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

Write parameters given by _name.

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

Syntax

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

Parameters

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

Page Tools