Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 503 Bytes

File metadata and controls

22 lines (16 loc) · 503 Bytes

DeleteObjs

Description

Procedure DeleteObjs deletes all selected objects on the active layer. Using this procedure when the layer display mode is Show/Snap/Modify will cause selected objects on any visible layer will be deleted.

PROCEDURE DeleteObjs;
def vs.DeleteObjs():
    return None

Examples

SelectandDelObjects

Version

Availability: from All Versions

Category