User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewerwnd.openex_tgis_configabstract_string_boolean

Table of Contents

TGIS_ViewerWnd.OpenEx(TGIS_ConfigAbstract, string, bool) method

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.OpenEx | Overloads | Constructors | Fields | Methods | Properties | Events

Open project file from the memory.

Available also on: Delphi FMX | Java | ActiveX.

Syntax

Implements IGIS_Viewer.OpenEx.

// C#
public void OpenEx(
  TGIS_ConfigAbstract _configFile,
  string _path,
  bool _strict
);
' VisualBasic
Public Sub OpenEx(
  ByVal _configFile As TGIS_ConfigAbstract,
  ByVal _path As String,
  ByVal _strict As Boolean
)
// Oxygene
public
  procedure OpenEx(
    _configFile : TGIS_ConfigAbstract;
    _path : String;
    _strict : Boolean
  );

Parameters

Name Type Description
_configFile TGIS_ConfigAbstract project file
_path string
String
project path (or layer)
_strict bool
Boolean
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.

2024/12/20 22:00

Page Tools