IMatrixGetAllDrillLayersForThisLayer Method

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

Definition

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

Parameters

LayerName  String
The relevant layer for getting the drill layers
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.

Implements

InterfaceMatrixGetAllDrillLayersForThisLayer(String, Boolean)

See Also