DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.DeletePart | Methods | Properties
Delete current part from shape.
// C# public void DeletePart();
' VisualBasic Public Sub DeletePart()
// Oxygene public procedure DeletePart;
Editing will activate part number 0. If current shape has only one part, then whole shape will be deleted and edition will be stopped.
See CreatePart for example.