User Tools

Site Tools


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

Table of Contents

TGIS_Point3DList.Insert method

DK for Java | tatukgis.jdk.TGIS_Point3DList.Insert | Methods | Properties

Insert new item to the list.

Available also on: Delphi | .NET.

Syntax

// Java
public void Insert(
  int _index,
  TGIS_Point3D _val
);
// Oxygene
public
  procedure Insert(
    _index : Integer;
    _val : TGIS_Point3D
  );

Parameters

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

Page Tools