InterfaceODBLayerSetNetNumber Method

Set the net number from a specific net.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void SetNetNumber(
	string netName,
	int netNumber
)

Parameters

netName  String
string
netNumber  Int32
int

See Also