User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csabstractlist.create_2_itgis_csabstractlist_wordbool_wordbool

Table of Contents

ITGIS_CSAbstractList.Create_2 method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSAbstractList.Create_2 | Methods | Properties

Create an instance and attach it to existing global list.

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

Syntax

// C#
public void Create_2(
  ITGIS_CSAbstractList _lst,
  WordBool _unique_id,
  WordBool _unique_wkt
);
' VisualBasic
Public Sub Create_2(
  ByVal _lst As ITGIS_CSAbstractList,
  ByVal _unique_id As WordBool,
  ByVal _unique_wkt As WordBool
)
// Oxygene
public
  procedure Create_2(
    _lst : ITGIS_CSAbstractList;
    _unique_id : WordBool;
    _unique_wkt : WordBool
  );

Parameters

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

Remarks

only for internal use of TatukGIS

2022/11/16 01:08

Page Tools