InterfaceMatrixGetAllBoardLayerNames Method

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

Definition

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

Parameters

toLower  Boolean
 

Return Value

ListString
board layer names

See Also