IODBLayerRemoveObjects(ListInterfaceODBObject) 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
)

Parameters

objectsToRemove  ListInterfaceODBObject
 

Implements

InterfaceODBLayerRemoveObjects(ListInterfaceODBObject)

See Also