InterfaceMatrixSetDrillStartLayerFor(String, String, Boolean) Method

Set the drill start for one drill layer.

Definition

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

Parameters

DrillLayerName  String
The relevant Drill layer
StartLayer  String
Name of start layer or empty string for all layers.
fireEvent  Boolean
Fire Matrix Update Event

See Also