IStepGetOutsideODBLayer(Boolean, Boolean) Method

Get the top or bottom odb layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IODBLayer GetOutsideODBLayer(
	bool Top,
	bool IgnoreSpaces
)

Parameters

Top  Boolean
true if you want the top odb layer, false if you want the bottom odb layer
IgnoreSpaces  Boolean
Ignore spaces in stackup (e.g. document layer between signal layers).

Return Value

IODBLayer
the IODBLayer or null

See Also