User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.open_widestring

Table of Contents

IGIS_Viewer.Open method

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

Open a project.

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

Syntax

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

Parameters

Name Type Description
_path WideString project path or layer path

Remarks

If a project is already open, it is closed and any stored passwords are cleared. If _path points to a registered layer type, that layer is opened instead of a project.

2026/07/11 00:07

Page Tools