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().
// 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;
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 |