User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_configfactory.createconfig_tobject_string

Table of Contents

TGIS_ConfigFactory.CreateConfig method

DK11 for .NET | TatukGIS.NDK.TGIS_ConfigFactory.CreateConfig | Methods

Create a config instance based on a path extension.

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

Syntax

// C#
public static static TGIS_Config CreateConfig(
  TObject _layer,
  string _path
);
' VisualBasic
Public Static Shared Function CreateConfig(
  ByVal _layer As TObject,
  ByVal _path As String
) As TGIS_Config
// Oxygene
public
  class function CreateConfig(
    _layer : TObject;
    _path : String
  ) : TGIS_Config;

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

Result

Type Description
TGIS_Config new config instance

References

2022/11/16 01:27

Page Tools