User Tools

Site Tools


api:dk11:net:tatukgis.ndk.igis_viewer.saveprojectas_string

Table of Contents

IGIS_Viewer.SaveProjectAs(string) method

DK for .NET | TatukGIS.NDK.IGIS_Viewer.SaveProjectAs | Overloads | Methods | Properties

Save current project under new name.

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

Syntax

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

Parameters

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

2025/01/31 01:14

Page Tools