InterfaceMatrixIsSignalLayer Method

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

Definition

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

Parameters

layerName  String
 

Return Value

Boolean
True for signal layers and false for all others.

See Also