User Tools

Site Tools


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

Table of Contents

TGIS_PointList.Items property

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

Get/set an list item.

Available also on: Delphi | Java.

Syntax

// C#
public TGIS_Point Items[_index int]
{
  get {}
  set {}
}
' VisualBasic
Public Property Items(ByVal  _index As Integer] As TGIS_Point
  Get
  End Get
  Set(ByVal value As TGIS_Point)
  End Set
End Property
// Oxygene
public
  property Items[ const _index : Integer ] : TGIS_Point read read;

Parameters

Name Type Description
_index int
Integer
position in the list

Value

Type
TGIS_Point
2017/09/04 11:28

Page Tools