User Tools

Site Tools


api:dk11:python:tatukgis.pdk.igis_viewer.saveprojectasex_tgis_configabstract_string_boolean

Table of Contents

IGIS_Viewer.SaveProjectAsEx(TGIS_ConfigAbstract, str, bool) method

DK11 for Python | tatukgis.pdk.IGIS_Viewer.SaveProjectAsEx | Overloads | Methods | Properties

Save current project under new name.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def SaveProjectAsEx(
  self,
  _configFile: TGIS_ConfigAbstract,
  _path: str,
  _relativepath: bool
) -> None: 

Parameters

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

Remarks

Layer configuration will be saved to project or configuration files if such configuration file exits.
Save only project file. Data will not be saved.

2023/08/09 01:51

Page Tools