InterfaceMatrixIsComponentLayer Method

Check the layer is component layer and has context board.

Definition

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

Parameters

layerName  String
 

Return Value

Boolean
True for component layers and false for all others.

See Also