InterfaceMatrixIsSBUDrill(String, Int32, Int32) 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,
	out int startSignalIndex,
	out int endSignalIndex
)

Parameters

drillLayerName  String
 
startSignalIndex  Int32
 
endSignalIndex  Int32
 

Return Value

Boolean
True if the layer is SBUDrill.

See Also