IMatrixSetDrillStartLayerFor(String, String) 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
)

Parameters

DrillLayerName  String
The relevant Drill layer
StartLayer  String
Name of start layer or empty string for all layers.

Implements

InterfaceMatrixSetDrillStartLayerFor(String, String)

See Also