User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_pointlist.add_tgis_point

Table of Contents

TGIS_PointList.Add method

DK11 for Delphi | GisClasses.TGIS_PointList.Add | Constructors | Methods | Properties

Add new item to the list.

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

Syntax

// Delphi
public
  function Add(
    const _val : TGIS_Point
  ) : Integer;
// C++ Builder
public:
  int Add(
    TGIS_Point* const _val
  );

Parameters

Name Type Description
_val TGIS_Point item to be added

Result

Type Description
Integer position of the item
2022/11/16 01:14

Page Tools