User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_pointlist

Table of Contents

TGIS_PointList class

DK11 for ActiveX | TatukGIS_XDK11.TGIS_PointList | Classes | Methods | Properties

List of TGIS_Point objects.

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

Syntax

// C#
public class TGIS_PointList : ITGIS_PointList 
{
}
' VisualBasic
Public Class TGIS_PointList
  Implements ITGIS_PointList
End Class
// Oxygene
type
  TGIS_PointList = public class
  end;

Implements

Methods

Inherited Overrides Protected
Name Visibility Description
Add public Add a new element to the list.
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
Clear public Clear the list.
Delete public Delete and item for the list.
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)

Properties

Inherited Protected
Name Visibility Description
Count public Number of elements on the list.
Item public Get item form the list.

2022/11/16 01:07

Page Tools