User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_csabstractlist.create_tgis_csabstractlist_boolean_boolean

Table of Contents

TGIS_CSAbstractList.__init__(tatukgis.pdk.TGIS_CSAbstractList, bool, bool) constructor

DK11 for Python | tatukgis.pdk.TGIS_CSAbstractList.Create | Overloads | Constructors | Methods | Properties

Create an instance and attach it to existing global list.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def __init__(
  self
  _lst: tatukgis.pdk.TGIS_CSAbstractList
  _unique_id: bool
  _unique_wkt: bool
) -> None: 

Parameters

Name Type Description
_lst tatukgis.pdk.TGIS_CSAbstractList pointer to existing global list
_unique_id bool if true the exception will be raised if object ID is not unique
_unique_wkt bool if true the exception will be raised if object WKT is not unique

Remarks

only for internal use of TatukGIS

2022/11/21 01:49

Page Tools