IMatrixIsSignalLayer Method

Check the layer is signal layer or power ground and has context board.

Definition

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

Parameters

LayerName  String
The relevant layer name.

Return Value

Boolean
True for signal layers and false for all others.

Implements

InterfaceMatrixIsSignalLayer(String)

See Also