DK11 for Python | tatukgis.pdk.TGIS_CSAbstractList.Create | Overloads | Constructors | Methods | Properties
Create an instance and attach it to existing global list.
# Python def __init__( self, _lst: TGIS_CSAbstractList, _unique_id: bool, _unique_wkt: bool ) -> None:
Name | Type | Description |
---|---|---|
_lst | 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 |