InterfaceODBLayerRemoveObjects(ListIODBObject) Method

Removes a list of objects (no Undo)

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void RemoveObjects(
	List<IODBObject> objectsToRemove
)

Parameters

objectsToRemove  ListIODBObject
 

See Also