InterfaceODBLayerRemoveObjects(ListInterfaceODBObject) 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<InterfaceODBObject> objectsToRemove
)

Parameters

objectsToRemove  ListInterfaceODBObject
 

See Also