User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_config.readchart_widestring_tgis_chartstyle

Table of Contents

ITGIS_Config.ReadChart method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Config.ReadChart | 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 TGIS_ChartStyle ReadChart(
  WideString _name,
  TGIS_ChartStyle _default
);
' VisualBasic
Public Function ReadChart(
  ByVal _name As WideString,
  ByVal _default As TGIS_ChartStyle
) As TGIS_ChartStyle
// Oxygene
public
  function ReadChart(
    _name : WideString;
    _default : TGIS_ChartStyle
  ) : TGIS_ChartStyle;

Parameters

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

Result

Type Description
TGIS_ChartStyle parameter value
2024/12/20 22:15

Page Tools