InterfaceMatrixGetNameByRowIndex Method

Converts the row index to the name.

Definition

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

Parameters

rowIndex  Int32
 

Return Value

String
String name of the layer.

See Also