User Tools

Site Tools


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

Table of Contents

TGIS_Config.TGIS_Config() constructor

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

Create instance.

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

Syntax

// C#
public virtual TGIS_Config(
  TObject _layer,
  string _path
);
' VisualBasic
Public Overridable Sub New(
  ByVal _layer As TObject,
  ByVal _path As String
)
// Oxygene
public
  constructor (
    _layer : TObject;
    _path : String
  ); virtual;

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
2022/11/16 01:27

Page Tools