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

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

Save current project under 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 '.ttkproject' (or obsolete '.ttkgp') extension
_relativepath bool
Boolean
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.

References

2022/11/30 19:36

Page Tools