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