IMatrixGetAllRoutLayerNames Method

Create an list of all rout layer names.

Definition

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

Parameters

makeToLower  Boolean  (Optional)
In ODB++ matrix all layernames are upper letters, in all other information the layer names are with lower letters. You can make them to lower before they are added to the return list.

Return Value

ListString
rout layer names

See Also