DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ConfigFactory.CreateConfig | Methods
Create a config instance based on a path extension.
// C# public ITGIS_Config CreateConfig( ITBaseObject _layer, WideString _path );
' VisualBasic Public Function CreateConfig( ByVal _layer As ITBaseObject, ByVal _path As WideString ) As ITGIS_Config
// Oxygene public function CreateConfig( _layer : ITBaseObject; _path : WideString ) : ITGIS_Config;
Name | Type | Description |
---|---|---|
_layer | ITBaseObject | pointer to layer object |
_path | WideString | full path to project configuration file; can be empty; if so then only layer dependent files are to be used |
Type | Description |
---|---|
ITGIS_Config | new config instance |