InterfaceStepSetPCBOutline(ListIODBObject, Boolean) Method

Set the PCB contour from an list with single objects.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void SetPCBOutline(
	List<IODBObject> pcbOutlineList,
	bool addUndo = false
)

Parameters

pcbOutlineList  ListIODBObject
 
addUndo  Boolean  (Optional)
 

See Also