User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewer.saveprojectas_string

Table of Contents

TGIS_Viewer.SaveProjectAs(java.lang.String) method

DK11 for Java | tatukgis.jdk.TGIS_Viewer.SaveProjectAs | Overloads | Constructors | Fields | Methods | Properties | Events

Save current project under new name.

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

Syntax

// Java
public void SaveProjectAs(
  java.lang.String _path
);
// Oxygene
public
  procedure SaveProjectAs(
    _path : String
  );

Parameters

Name Type Description
_path java.lang.String
String
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.

References

2022/11/30 19:36

Page Tools