User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.saveproject_2_wordbool

Table of Contents

IGIS_Viewer.SaveProject_2 method

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

Save current project.

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

Syntax

// C#
public void SaveProject_2(
  WordBool _relativepath
);
' VisualBasic
Public Sub SaveProject_2(
  ByVal _relativepath As WordBool
)
// Oxygene
public
  procedure SaveProject_2(
    _relativepath : WordBool
  );

Parameters

Name Type Description
_relativepath WordBool 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:03

Page Tools