User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_configini.create_tobject_string

Table of Contents

TGIS_ConfigIni.TGIS_ConfigIni() constructor

DK11 for .NET | TatukGIS.NDK.TGIS_ConfigIni.Create | Constructors | Fields | Methods | Properties

Create instance.

Available also on: Delphi | Java | Python.

Overrides TGIS_Config.TGIS_Config().

Syntax

// C#
public override TGIS_ConfigIni(
  TObject _layer,
  string _path
);
' VisualBasic
Public Overrides Sub New(
  ByVal _layer As TObject,
  ByVal _path As String
)
// Oxygene
public
  constructor (
    _layer : TObject;
    _path : String
  ); override;

Parameters

Name Type Description
_layer TObject pointer to layer object
_path string
String
full path to project configuration file; can be empty; if so then only layer dependent files are to be used
2024/12/20 22:21

Page Tools