IStepGetNetNrFromNetName(String) Method

Search for the right number to the NetName.

Definition

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

Parameters

NetName  String
The name of the net.

Return Value

Int32
Net Number of searched net.

Implements

InterfaceStepGetNetNrFromNetName(String)

See Also