IODBLayerSetNetNumber Method

Set the net number from a specific net.

Definition

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

Parameters

netName  String
string
netNumber  Int32
int

Implements

InterfaceODBLayerSetNetNumber(String, Int32)

See Also