User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_pointlist.add_tgis_point

Table of Contents

TGIS_PointList.Add method

DK11 for Java | tatukgis.jdk.TGIS_PointList.Add | Methods | Properties

Add new item to the list.

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

Syntax

// Java
public int Add(
  TGIS_Point _val
);
// Oxygene
public
  function Add(
    _val : TGIS_Point
  ) : Integer;

Parameters

Name Type Description
_val TGIS_Point item to be added

Result

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

Page Tools