DK11 for .NET | TatukGIS.NDK.TGIS_ConfigFactory.CreateConfig | Methods
Create a config instance based on a path extension.
// 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;
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 |
Type | Description |
---|---|
TGIS_Config | new config instance |