User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layer.readconfigparam_string

Table of Contents

TGIS_Layer.ReadConfigParam method

DK for .NET | TatukGIS.NDK.TGIS_Layer.ReadConfigParam | Constructors | Fields | Methods | Properties | Events

Reads the layer configuration parameters.

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

Syntax

// C#
public virtual string ReadConfigParam(
  string _name
);
' VisualBasic
Public Overridable Function ReadConfigParam(
  ByVal _name As String
) As String
// Oxygene
public
  function ReadConfigParam(
    _name : String
  ) : String; virtual;

Parameters

Name Type Description
_name string
String
parameter name

Result

Type Description
string
String
config name
2025/01/31 01:11

Page Tools