IMatrixIsRoutLayer Method

Check if layer is a rout layer

Definition

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

Parameters

layerName  String
name of the layer

Return Value

Boolean
True if the layer is a rout layer.

See Also