User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_viewer.open_string

Table of Contents

TGIS_Viewer.Open(str) method

Syntax

Implements IGIS_Viewer.Open.

# Python
def Open(
  self,
  _path: str
) -> None: 

Parameters

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

2023/08/09 02:00

Page Tools