InterfaceStepGetNetNrFromNetName(String, Boolean) Method

Search for the right number to the NetName.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
int GetNetNrFromNetName(
	string netName,
	bool caseSensitive
)

Parameters

netName  String
 
caseSensitive  Boolean
 

Return Value

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

See Also