User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_viewer.open_string

Table of Contents

TGIS_Viewer.Open(string) method

Syntax

Implements IGIS_Viewer.Open.

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

Parameters

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

References

2022/11/30 19:27

Page Tools