User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.Open(string, bool) method

Syntax

Implements IGIS_Viewer.Open.

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

Parameters

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

2022/11/16 01:38

Page Tools