IMatrixIsSBUDrill(String) 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
)

Parameters

DrillLayerName  String
name of drillLayer as string

Return Value

Boolean
True if the layer is SBUDrill.

Implements

InterfaceMatrixIsSBUDrill(String)

See Also