DK11 for Python | tatukgis.pdk.IGIS_Viewer.SaveProjectAsEx | Overloads | Methods | Properties
Save current project under new name.
# Python def SaveProjectAsEx( self, _configFile: TGIS_ConfigAbstract, _path: str, _relativepath: bool ) -> None:
Name | Type | Description |
---|---|---|
_configFile | TGIS_ConfigAbstract | existing project file |
_path | str | path to the new project file; should have '.ttkproject' (or obsolete '.ttkgp') extension |
_relativepath | bool | if True (default) then project will be saved using paths relative to project file location |