IStepGetOutsideODBLayer(Boolean) Method

Get the top or bottom odb layer. Dielectric layers are ignored for searching bottom signal layer.

Definition

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

Parameters

Top  Boolean
true if you want the top odb layer, false if you want the bottom odb layer

Return Value

IODBLayer
the IODBLayer or null

Implements

InterfaceStepGetOutsideODBLayer(Boolean)

See Also