User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_csabstractlist.create_tgis_csabstractlist_boolean_boolean

Table of Contents

TGIS_CSAbstractList.Create(TGIS_CSAbstractList; Boolean; Boolean) constructor

DK11 for Delphi | GisCsBase.TGIS_CSAbstractList.Create | Overloads | Constructors | Methods | Properties

Create an instance and attach it to existing global list.

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

Syntax

// Delphi
public
  constructor Create(
    const _lst : TGIS_CSAbstractList;
    const _unique_id : Boolean;
    const _unique_wkt : Boolean
  ); overload;
// C++ Builder
Create (
  TGIS_CSAbstractList* const _lst,
  const bool _unique_id,
  const bool _unique_wkt
);

Parameters

Name Type Description
_lst TGIS_CSAbstractList pointer to existing global list
_unique_id Boolean if true the exception will be raised if object ID is not unique
_unique_wkt 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:14

Page Tools