IStepGetAllLayerNames Method

Get all layer names.

Definition

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

Parameters

toLower  Boolean  (Optional)
lowers all names

Return Value

ListString
All names of all layer.

Implements

InterfaceStepGetAllLayerNames(Boolean)

See Also