DK11 for Python | tatukgis.pdk.TGIS_ConfigFactory.CreateConfig | Methods
Create a config instance based on a path extension.
# Python @classmethod def CreateConfig( cls _layer: Object _path: str ) -> tatukgis.pdk.TGIS_Config:
Name | Type | Description |
---|---|---|
_layer | Object | pointer to layer object |
_path | str | full path to project configuration file; can be empty; if so then only layer dependent files are to be used |
Type | Description |
---|---|
tatukgis.pdk.TGIS_Config | new config instance |