InterfaceMatrixIsSBUDrill(String) Method

Check it is a SBUDrill, and gives back the start and end layerindex.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool IsSBUDrill(
	string drillLayerName
)

Parameters

drillLayerName  String
 

Return Value

Boolean
True if the layer is SBUDrill.

See Also