User Tools

Site Tools


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

Table of Contents

TGIS_Viewer.SaveProjectAsEx(TGIS_ConfigAbstract, java.lang.String, bool) method

DK for Java | tatukgis.jdk.TGIS_Viewer.SaveProjectAsEx | Overloads | Constructors | Fields | Methods | Properties | Events

Save the current project under a new name.

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

Syntax

// Java
public void SaveProjectAsEx(
  TGIS_ConfigAbstract _configFile,
  java.lang.String _path,
  bool _relativepath
);
// Oxygene
public
  procedure SaveProjectAsEx(
    _configFile : TGIS_ConfigAbstract;
    _path : String;
    _relativepath : Boolean
  );

Parameters

Name Type Description
_configFile TGIS_ConfigAbstract existing project file
_path java.lang.String
String
path to the new project file; should have the '.ttkproject' extension or the obsolete '.ttkgp' extension
_relativepath bool
Boolean
if True, the project is saved using paths relative to the project file location; the default is True

Remarks

Layer configuration is saved to the project or configuration files if such a configuration file exists.
Saves only the project file. Data is not saved.

References

2026/07/11 01:36

Page Tools