INetAddCMP(ICMPObject, Int32, String) Method

Add a component to the net.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public 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)

Implements

InterfaceNetAddCMP(ICMPObject, Int32, String)

See Also