InterfaceStepAddNet Method

Add a new Net.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
int AddNet(
	string netName,
	string link,
	out INet newNet
)

Parameters

netName  String
 
link  String
 
newNet  INet
 

Return Value

Int32
The Net-Nr.

See Also