User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_point3dlist.items

Table of Contents

TGIS_Point3DList.Items property

DK for Delphi | GisClasses.TGIS_Point3DList.Items | Constructors | Methods | Properties

Get/set an list item.

Available also on: .NET | Java.

Syntax

// Delphi
public
  property Items[ const _index : Integer ] : TGIS_Point3D read write;
// C++ Builder
public:
  __property TGIS_Point3D* Items = {read, write};

Parameters

Name Type Description
_index Integer position in the list

Value

2025/01/31 01:06

Page Tools