User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.deletepoint_integer

Table of Contents

IGIS_Editor.DeletePoint method

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

Delete a point from the current part of the currently edited shape.

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

Syntax

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

Parameters

Name Type Description
_pos int
Integer
the point which will be deleted; points are counted from 1;

Remarks

The method is deprecated. Use rather DeletePointEx().

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

2025/01/31 01:03

Page Tools