User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_point3dlist.insert_integer_tgis_point3d

Table of Contents

TGIS_Point3DList.Insert method

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

Insert new item to the list.

Available also on: .NET | Java.

Syntax

// Delphi
public
  procedure Insert(
    const _index : Integer;
    const _val : TGIS_Point3D
  );
// C++ Builder
public:
  void Insert(
    const int _index,
    TGIS_Point3D* const _val
  );

Parameters

Name Type Description
_index Integer position where item will be inserted at
_val TGIS_Point3D item to be inserted
2025/01/31 01:06

Page Tools