IStepSetPCBOutline(ISurfaceSpecifics, Boolean) Method

Set the PCB contour from a ISurfaceSpecifics.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetPCBOutline(
	ISurfaceSpecifics PCBOutlineAsSurface,
	bool AddUndo = false
)

Parameters

PCBOutlineAsSurface  ISurfaceSpecifics
The new outline of the PCB.
AddUndo  Boolean  (Optional)
Add modification to undo list to have the option to set it back.

Implements

InterfaceStepSetPCBOutline(ISurfaceSpecifics, Boolean)

See Also