User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.movepoint_integer_itgis_point3d

Table of Contents

IGIS_Editor.MovePoint method

DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.MovePoint | 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 MovePoint(
  int _pos,
  ITGIS_Point3D _ptg
);
' VisualBasic
Public Sub MovePoint(
  ByVal _pos As Integer,
  ByVal _ptg As ITGIS_Point3D
)
// Oxygene
public
  procedure MovePoint(
    _pos : Integer;
    _ptg : ITGIS_Point3D
  );

Parameters

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

Remarks

This method is deprecated. Use MovePointEx instead.

The numbering of points differs by 1 from the numbering of points displayed on the screen.

2026/08/30 01:36

Page Tools