User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_viewerwnd.saveprojectas_string

Table of Contents

TGIS_ViewerWnd.SaveProjectAs(str) method

DK11 for Python | tatukgis.pdk.TGIS_ViewerWnd.SaveProjectAs | Overloads | Constructors | Methods | Properties | Events

Save current project under new name.

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

Syntax

Implements IGIS_Viewer.SaveProjectAs.

# Python
def SaveProjectAs(
  self,
  _path: str
) -> None: 

Parameters

Name Type Description
_path str path to the new project file; should have '.ttkproject' (or obsolete '.ttkgp') extension

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 02:00

Page Tools