IMatrixIsSBUDrill(String, Int32, Int32) Method

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

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool IsSBUDrill(
	string DrillLayerName,
	out int StartSignalIndex,
	out int EndSignalIndex
)

Parameters

DrillLayerName  String
name of drillLayer as string
StartSignalIndex  Int32
Out startindex, based on 1 (0 means all).
EndSignalIndex  Int32
Out endindex, based on 1 (0 means all).

Return Value

Boolean
True if the layer is SBUDrill.

Implements

InterfaceMatrixIsSBUDrill(String, Int32, Int32)

See Also