IMatrixIsDrillLayer Method

Check if layer is a drill layer

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool IsDrillLayer(
	string layerName
)

Parameters

layerName  String
name of the layer

Return Value

Boolean
True if the layer is a drill layer.

Implements

InterfaceMatrixIsDrillLayer(String)

See Also