User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_point3dlist.items

Table of Contents

TGIS_Point3DList.Items property

DK11 for Java | tatukgis.jdk.TGIS_Point3DList.Items | Methods | Properties

Get/set an list item.

Available also on: Delphi | .NET.

Syntax

// Java
public TGIS_Point3D getItems(
  int _index
);
 
public void setItems(
  int _index,
  TGIS_Point3D _value
);
// Oxygene
public
  property Items[ const _index : Integer ] : TGIS_Point3D read write;

Parameters

Name Type Description
_index int
Integer
position in the list

Value

2017/09/04 11:22

Page Tools