User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.saveprojectas_string_boolean

Table of Contents

IGIS_Viewer.SaveProjectAs(String; Boolean) method

DK11 for Delphi | GisInterfaces.IGIS_Viewer.SaveProjectAs | Overloads | Methods | Properties

Save current project under new name.

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

Syntax

// Delphi
public
  procedure SaveProjectAs(
    const _path : String;
    const _relativepath : Boolean
  ); overload;
// C++ Builder
public:
  void SaveProjectAs(
    const UnicodeString _path,
    const bool _relativepath
  ) = 0 /* overload */;

Parameters

Name Type Description
_path String path to the new project file; should have '.ttkproject' (or obsolete '.ttkgp') extension
_relativepath 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.

2022/11/16 01:18

Page Tools