INetRemoveComponentPin Method

Remove component pin from the netlist.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool RemoveComponentPin(
	ICMPObject cmp,
	int PackagePinPosition
)

Parameters

cmp  ICMPObject
Relevant component to remove.
PackagePinPosition  Int32
Pin to remove

Return Value

Boolean

See Also