DeleteGroup
DeleteGroup
DeleteGroup(designer, objects) => GroupAction
Goes through group of selected IOObjects and deletes them along with other connected objects that need to be deleted.
Parameters
designer: CircuitDesigner
– Is the CircuitDesigner the action is being done on.objects: IOObject[]
– Are the IOObjects that are being added to the DeleteGroupAction.
Returns
-
GroupAction
– An action to delete the entire bundle of objects/connections.