User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_pointlist.add_itgis_point

Table of Contents

ITGIS_PointList.Add method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_PointList.Add | Methods | Properties

Add a new element to the list.

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

Syntax

// C#
public void Add(
  ITGIS_Point _item
);
' VisualBasic
Public Sub Add(
  ByVal _item As ITGIS_Point
)
// Oxygene
public
  procedure Add(
    _item : ITGIS_Point
  );

Parameters

Name Type Description
_item ITGIS_Point element to be added.
2022/11/16 01:11

Page Tools