InterfaceMatrixGetRowIndexByName Method

Converts the name to the row index.

Definition

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

Parameters

layerName  String
 

Return Value

Int32
Int Row Index (1 based).

See Also