DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.DeletePointEx | Methods | Properties
Delete a point from the current part of the currently 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 | the point which will be deleted; points are counted from 0; |
The numbering of points is consistent with the numbering of points displayed on the screen.