InterfaceNetAddCMP(InterfaceCMPObject, Int32, String) Method

Add a component to the net.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void AddCMP(
	InterfaceCMPObject component,
	int packagePinPosition,
	string pinName = ""
)

Parameters

component  InterfaceCMPObject
The current component.
packagePinPosition  Int32
The connecting pin number (position in package definition).
pinName  String  (Optional)
Name of pin (default from pin number)

See Also