InterfaceMatrixGetAllDrillLayerNames Method

Create an list of all drill layer names.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
List<string> GetAllDrillLayerNames(
	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
drill layer names

See Also