User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewer.open_widestring

Table of Contents

ITGIS_Viewer.Open method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Viewer.Open | Methods | Properties

Open 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)

Remarks

If any project exists, then it will be closed and any stored passwords will be cleared. If _path content is a path to any registered layer type, then layer will be opened.

References

2022/11/30 19:10

Page Tools