IMatrixGetRowIndexByName Method

Converts the name to the row index.

Definition

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

Parameters

LayerName  String
Name of relevant layer.

Return Value

Int32
Int Row Index (1 based).

Implements

InterfaceMatrixGetRowIndexByName(String)

See Also