InterfaceMatrixGetStartDrillLayer Method

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

Definition

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

Parameters

drillLayerName  String
 

Return Value

Int32
int RowIndex (1 based)

See Also