IODBLayerRemoveObjects(ListInterfaceODBObject, Boolean) Method

Removes a list of objects (no Undo)

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void RemoveObjects(
	List<InterfaceODBObject> objectsToRemove,
	bool AddUndoAction
)

Parameters

objectsToRemove  ListInterfaceODBObject
 
AddUndoAction  Boolean
Add Undo Item to undo stack.

See Also