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

Move 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
which point will be moved; points are counted from 1
_ptg ITGIS_Point3D new location; expected Viewer coordinate system

Remarks

The method is deprecated. Use rather MovePointEx().

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

2025/01/31 01:03

Page Tools