User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.insertpointex_integer_itgis_point3d

Table of Contents

IGIS_Editor.InsertPointEx method

DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.InsertPointEx | Methods | Properties

Insert a point to the current part of the currently edited shape for a group.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public void InsertPointEx(
  int _pos,
  ITGIS_Point3D _ptg
);
' VisualBasic
Public Sub InsertPointEx(
  ByVal _pos As Integer,
  ByVal _ptg As ITGIS_Point3D
)
// Oxygene
public
  procedure InsertPointEx(
    _pos : Integer;
    _ptg : ITGIS_Point3D
  );

Parameters

Name Type Description
_pos int
Integer
where point must be inserted; points are counted from 0
_ptg ITGIS_Point3D point to be inserted; expected Viewer coordinate system

Remarks

This is similar to AddPoint except inserting position. Using _pos param we can choose a destination part to which we insert a new point.

The numbering of points is consistent with the numbering of points displayed on the screen.

See TGIS_Shape.Reverse for similar example.

2025/01/31 01:03

Page Tools