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