DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.DeletePart | Methods | Properties
Deletes the current part from the edited shape.
// C# public void DeletePart();
' VisualBasic Public Sub DeletePart()
// Oxygene public procedure DeletePart;
Editing activates part number 0 afterward. If the current shape has only one part, the whole shape is deleted and editing stops.
See CreatePart for an example.