User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.open_string

Table of Contents

IGIS_Viewer.Open(String) method

DK11 for Delphi | GisInterfaces.IGIS_Viewer.Open | Overloads | Methods | Properties

Open project.

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

Syntax

// Delphi
public
  procedure Open(
    const _path : String
  ); overload;
// C++ Builder
public:
  void Open(
    const UnicodeString _path
  ) = 0 /* overload */;

Parameters

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

2022/11/16 01:17

Page Tools