DK11 for Delphi | GisConfig.TGIS_ConfigFactory.CreateConfig | Methods
Create a config instance based on a path extension.
// Delphi public class function CreateConfig( const _layer : TObject; const _path : String ) : TGIS_Config; static;
// C++ Builder public: static TGIS_Config* CreateConfig( TObject* const _layer, const UnicodeString _path );
Name | Type | Description |
---|---|---|
_layer | TObject | pointer to layer object |
_path | 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 |