IMatrixGetAllBoardLayerNames Method

List of all board layer names contain all layers with context board.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<string> GetAllBoardLayerNames(
	bool ToLower
)

Parameters

ToLower  Boolean
Change all matrix layer name entries to lower case.

Return Value

ListString
board layer names

Implements

InterfaceMatrixGetAllBoardLayerNames(Boolean)

See Also