DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.DeletePoint | Methods | Properties
Deletes a point from the current part of the edited shape.
// C# public void DeletePoint( int _pos );
' VisualBasic Public Sub DeletePoint( ByVal _pos As Integer )
// Oxygene public procedure DeletePoint( _pos : Integer );
| Name | Type | Description |
|---|---|---|
| _pos | int Integer | Point index to delete; points are numbered from 1. |
Point numbering differs by 1 from the numbering displayed on the screen.