User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_pointlist.add_tgis_point

Table of Contents

TGIS_PointList.Add method

DK11 for .NET | TatukGIS.NDK.TGIS_PointList.Add | Methods | Properties

Add new item to the list.

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

Syntax

// C#
public int Add(
  TGIS_Point _val
);
' VisualBasic
Public Function Add(
  ByVal _val As TGIS_Point
) As Integer
// 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:35

Page Tools