User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.openex_2_itgis_configabstract_widestring_wordbool

Table of Contents

IGIS_Viewer.OpenEx_2 method

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

Open project file from the memory.

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

Syntax

// C#
public void OpenEx_2(
  ITGIS_ConfigAbstract _configFile,
  WideString _path,
  WordBool _strict
);
' VisualBasic
Public Sub OpenEx_2(
  ByVal _configFile As ITGIS_ConfigAbstract,
  ByVal _path As WideString,
  ByVal _strict As WordBool
)
// Oxygene
public
  procedure OpenEx_2(
    _configFile : ITGIS_ConfigAbstract;
    _path : WideString;
    _strict : WordBool
  );

Parameters

Name Type Description
_configFile ITGIS_ConfigAbstract project file
_path WideString project path (or layer)
_strict WordBool if False then non existing layers will be ignored (only while opening project files); default is True ;

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.

2025/01/31 01:03

Page Tools