User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.deletepointex_integer

Table of Contents

IGIS_Editor.DeletePointEx method

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

Deletes a point from the current part of the edited shape.

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

Syntax

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

Parameters

Name Type Description
_pos int
Integer
Point index to delete; points are numbered from 0.

Remarks

Point numbering is consistent with the numbering displayed on the screen.

2026/07/11 00:07

Page Tools