IMatrixGetAllLayerWithThisDrills Method

Creates a list of all layers, which are in range of one drill layer.

Definition

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

Parameters

DrillLayerName  String
The requested drill layer.
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
All names of layers who beween the start and end of the drill layer.

Implements

InterfaceMatrixGetAllLayerWithThisDrills(String, Boolean)

See Also