IMatrixIsComponentLayer Method

Check the layer is component layer and has context board.

Definition

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

Parameters

LayerName  String
The relevant layer name.

Return Value

Boolean
True for component layers and false for all others.

Implements

InterfaceMatrixIsComponentLayer(String)

See Also