IMatrixIsBottomSideLayer Method

Check the layer comes at the end of the copper block or below.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool IsBottomSideLayer(
	string layerName
)

Parameters

layerName  String
Name of relevant layer to check is bottom side.

Return Value

Boolean
True if the layer is bottom signal layer or it is located below the copper block. For inner and top layers it returns false.

See Also