User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_config.readcolor_widestring_itgis_color

Table of Contents

ITGIS_Config.ReadColor method

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

Read parameters given by _name. If Parameters do not exist or are invalid, then _default value will be used.

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

Syntax

// C#
public ITGIS_Color ReadColor(
  WideString _name,
  ITGIS_Color _default
);
' VisualBasic
Public Function ReadColor(
  ByVal _name As WideString,
  ByVal _default As ITGIS_Color
) As ITGIS_Color
// Oxygene
public
  function ReadColor(
    _name : WideString;
    _default : ITGIS_Color
  ) : ITGIS_Color;

Parameters

Name Type Description
_name WideString name of value
_default ITGIS_Color default value

Result

Type Description
ITGIS_Color parameter value
2022/11/16 01:08

Page Tools