User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.saveprojectas_widestring

Table of Contents

ITGIS_ViewerWnd.SaveProjectAs method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.SaveProjectAs | Methods | Properties

Save current project under new name.

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

Syntax

// C#
public void SaveProjectAs(
  WideString _path
);
' VisualBasic
Public Sub SaveProjectAs(
  ByVal _path As WideString
)
// Oxygene
public
  procedure SaveProjectAs(
    _path : WideString
  );

Parameters

Name Type Description
_path WideString 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.

2022/11/16 01:12

Page Tools