IStepGetNetNameFromNetNr Method

Search for the right name to the NetNr.

Definition

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

Parameters

NetNr  Int32
The net number, to identify the choosen net.

Return Value

String
NetName of net with this NetNr.

Implements

InterfaceStepGetNetNameFromNetNr(Int32)

See Also