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

Deletes a point from the current part of the 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
Point index to delete; points are numbered from 1.

Remarks

This method is deprecated. Use DeletePointEx instead.

Point numbering differs by 1 from the numbering displayed on the screen.

2026/07/11 00:07

Page Tools