User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_config.readpattern_widestring_tgis_brushstyle

Table of Contents

ITGIS_Config.ReadPattern method

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

Parameters

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

Result

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

Page Tools