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 into the current part of the currently edited shape.

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
Position where the point will be inserted; points are counted from 0.
_ptg ITGIS_Point3D Point to insert; expected Viewer coordinate system.

Remarks

This is similar to AddPoint except that the insertion position is specified explicitly.

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

2026/07/11 00:07

Page Tools