DK11 for .NET | TatukGIS.NDK.TGIS_PointList.Items | Methods | Properties
Get/set an list item.
// 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;
Name | Type | Description |
---|---|---|
_index | int Integer | position in the list |
Type |
---|
TGIS_Point |