User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_point3dlist.insert_integer_tgis_point3d

Table of Contents

TGIS_Point3DList.Insert method

DK11 for .NET | TatukGIS.NDK.TGIS_Point3DList.Insert | Methods | Properties

Insert new item to the list.

Available also on: Delphi | Java.

Syntax

// C#
public void Insert(
  int _index,
  TGIS_Point3D _val
);
' VisualBasic
Public Sub Insert(
  ByVal _index As Integer,
  ByVal _val As TGIS_Point3D
)
// 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
2020/05/07 01:18

Page Tools