InterfaceMatrixSetDrillEndLayerFor(String, String, Boolean) Method

Set drill end layer.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void SetDrillEndLayerFor(
	string DrillLayerName,
	string EndLayer,
	bool fireEvent
)

Parameters

DrillLayerName  String
relevant drill layer name
EndLayer  String
Name of the end layer or empty string for all layers
fireEvent  Boolean
Fire Matrix Update Event

See Also