IFilterCreateComponent(InterfaceCMPLayer) Method

Create a new component

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public ICMPObject CreateComponent(
	InterfaceCMPLayer componentLayer
)

Parameters

componentLayer  InterfaceCMPLayer
 

Return Value

ICMPObject
the new cmp

Implements

InterfaceFilterCreateComponent(InterfaceCMPLayer)

See Also