DK for Python | tatukgis_pdk.IGIS_Viewer.SaveProjectAs | Overloads | Methods | Properties
Save current project under new name.
# Python def SaveProjectAs( self, _path: str, _relativepath: bool ) -> None:
| Name | Type | Description |
|---|---|---|
| _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 |