DK for Python | tatukgis_pdk.TGIS_Config | Constructors | Methods | Properties
| Name | Visibility | Description | |
|---|---|---|---|
| ConfigFormat | public | Gets the internal config format. | |
| FileName | public | Gets the configuration file name. | |
| IsProject | public | True if the config represents a project. | |
| IsShapeStyle | public | True if config is for shape style embedding. | |
| MustSave | public | True if the config has been changed. | |
| PrjLayerConfig | public | Config file name without extension for the layer at a given index in a project file. | |
| PrjLayerName | public | Returns the name of the layer at the specified index in a project file. | |
| PrjLayerPath | public | Returns the path of the layer at the specified index in a project file. | |
| PrjLayersCount | public | Returns the number of layers defined in the project config file. | |
| Section | public | Overrides the current section used for config read and write operations. | |
| UseRelativePath | public | If True, file paths are saved relative to the config file location. | |
| Version | public | Gets the config version number. | |
| WriteFull | public | If True, all config keys are saved; otherwise only changed keys are saved. | |