IStepAddNet Method

Add a new Net.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public int AddNet(
	string NetName,
	string Link,
	out INet NewNet
)

Parameters

NetName  String
The name of the net.
Link  String
Link of the net e.g. 0=0
NewNet  INet
returns the new created net back.

Return Value

Int32
The Net-Nr.

Implements

InterfaceStepAddNet(String, String, INet)

See Also