User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csabstractlist.create_tgis_csabstractlist_boolean_boolean

Table of Contents

TGIS_CSAbstractList.TGIS_CSAbstractList(TGIS_CSAbstractList, bool, bool) constructor

DK11 for .NET | TatukGIS.NDK.TGIS_CSAbstractList.Create | Overloads | Constructors | Methods | Properties

Create an instance and attach it to existing global list.

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

Syntax

// C#
public TGIS_CSAbstractList(
  TGIS_CSAbstractList _lst,
  bool _unique_id,
  bool _unique_wkt
);
' VisualBasic
Public Sub New(
  ByVal _lst As TGIS_CSAbstractList,
  ByVal _unique_id As Boolean,
  ByVal _unique_wkt As Boolean
)
// Oxygene
public
  constructor (
    _lst : TGIS_CSAbstractList;
    _unique_id : Boolean;
    _unique_wkt : Boolean
  );

Parameters

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

Remarks

only for internal use of TatukGIS

2022/11/16 01:28

Page Tools