INetRemoveComponent Method

Remove component objects from the netlist.

Definition

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

Parameters

cmp  ICMPObject
Relevant component to remove.

Return Value

Boolean
True if the component was removed.

See Also