IMatrixIsTopSideLayer Method

Check the layer comes before copper block or in/below.

Definition

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

Parameters

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

Return Value

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

See Also