IMatrixGetNameByRowIndex Method

Converts the row index to the name.

Definition

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

Parameters

RowIndex  Int32
int (1 based)

Return Value

String
String name of the layer.

Implements

InterfaceMatrixGetNameByRowIndex(Int32)

See Also