DK for .NET | TatukGIS.NDK.TGIS_Config.Create | Constructors | Fields | Methods | Properties
Create instance.
// 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;
| 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 |