IMatrixSetDrillStartLayerFor(String, String, Boolean) Method

Set the drill start for one drill layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public 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

Implements

InterfaceMatrixSetDrillStartLayerFor(String, String, Boolean)

See Also