InterfaceMatrixGetAllDrillLayersForThisLayer Method

Create list of all relevant drill layers for the relevant layer.

Definition

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

Parameters

layerName  String
 
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
List of all relevant drill layers.

See Also