DK11 for Delphi | GisCsBase.TGIS_CSAbstractList.Create | Overloads | Constructors | Methods | Properties
Create an instance and attach it to existing global list.
// 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 );
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 |