User Tools

Site Tools


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

Table of Contents

IGIS_Viewer.SaveProject(bool) method

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

Save current project.

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

Syntax

// C#
public void SaveProject(
  bool _relativepath
);
' VisualBasic
Public Sub SaveProject(
  ByVal _relativepath As Boolean
)
// Oxygene
public
  procedure SaveProject(
    _relativepath : Boolean
  );

Parameters

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

2025/01/31 01:14

Page Tools