IStepGetNetNrFromNetName(String, Boolean) 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,
	bool CaseSensitive
)

Parameters

NetName  String
The name of the net.
CaseSensitive  Boolean
Ignore differences in lower and upper chars.

Return Value

Int32
Net Number for a given net name or -1.

Implements

InterfaceStepGetNetNrFromNetName(String, Boolean)

See Also