IStepSetPCBOutline(ISurfaceSpecificsD, 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(
	ISurfaceSpecificsD PCBOutlineAsSurfaceD,
	bool AddUndo = false
)

Parameters

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

Implements

InterfaceStepSetPCBOutline(ISurfaceSpecificsD, Boolean)

See Also