InterfaceMatrixIsDrillLayer Method

Check if layer is a drill layer

Definition

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

Parameters

layerName  String
name of the layer

Return Value

Boolean
True if the layer is a drill layer.

See Also