User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.movepointex_integer_itgis_point3d

Table of Contents

IGIS_Editor.MovePointEx method

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

Moves a point of the current part of the currently edited shape to a new location.

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

Syntax

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

Parameters

Name Type Description
_pos int
Integer
Point index to move; points are counted from 0.
_ptg ITGIS_Point3D New location in Viewer coordinates.

Remarks

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

2026/08/30 01:36

Page Tools