IMatrixGetStartDrillLayer Method

Returns the row index of the first layer with from the DrillLayer, or 0.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public int GetStartDrillLayer(
	string DrillLayerName
)

Parameters

DrillLayerName  String
The name of the drill layer.

Return Value

Int32
int RowIndex (1 based)

Implements

InterfaceMatrixGetStartDrillLayer(String)

See Also