User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.saveprojectasex_itgis_configabstract_widestring

Table of Contents

IGIS_Viewer.SaveProjectAsEx method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.SaveProjectAsEx | Methods | Properties

Save the current project under a new name.

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

Syntax

// C#
public void SaveProjectAsEx(
  ITGIS_ConfigAbstract _configFile,
  WideString _path
);
' VisualBasic
Public Sub SaveProjectAsEx(
  ByVal _configFile As ITGIS_ConfigAbstract,
  ByVal _path As WideString
)
// Oxygene
public
  procedure SaveProjectAsEx(
    _configFile : ITGIS_ConfigAbstract;
    _path : WideString
  );

Parameters

Name Type Description
_configFile ITGIS_ConfigAbstract existing project file
_path WideString path to the new project file; should have the '.ttkproject' extension or the obsolete '.ttkgp' extension

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.

2026/07/11 00:07

Page Tools