IMatrixGetAllLayerNames(Boolean) Method

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

Definition

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

Parameters

NamesToLower  Boolean
Change all layer names to lower.

Return Value

ListString
Names of all layers.

Implements

InterfaceMatrixGetAllLayerNames(Boolean)

See Also