User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.open_widestring

Table of Contents

ITGIS_ViewerWnd.Open method

Syntax

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

Parameters

Name Type Description
_path WideString 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:12

Page Tools