InterfaceMatrixGetAllLayerNames(Boolean) Method

List of all layers names with option to set names to lower.

Definition

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

Parameters

namesToLower  Boolean
 

Return Value

ListString
Names of all layers.

See Also