InterfaceNetAddCMP(ICMPObject, 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(
	ICMPObject Component,
	int PackagePinPosition,
	string PinName = ""
)

Parameters

Component  ICMPObject
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