ICMPLayerGetComponentByReference Method

Search for component by reference (unique name of component).

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public ICMPObject GetComponentByReference(
	string Reference
)

Parameters

Reference  String
Name of the component.

Return Value

ICMPObject
The component object or null.

Implements

InterfaceCMPLayerGetComponentByReference(String)

See Also