IFilterCreateComponent(ICMPLayer) Method

Create a new component

Definition

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

Parameters

ComponentLayer  ICMPLayer
the name of the new component

Return Value

ICMPObject
the new cmp

Implements

InterfaceFilterCreateComponent(ICMPLayer)

See Also