InterfaceCMPLayerGetComponentByReference Method

Search for component by reference (reference in ODB++ sould be unique).

Definition

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

Parameters

reference  String
Name of component.

Return Value

ICMPObject
Component object or null.

See Also