IStepGetAllCMPObjectsByReferenceDictionary Method

Create a dictionary for all components with key = reference.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Dictionary<string, ICMPObject> GetAllCMPObjectsByReferenceDictionary()

Return Value

DictionaryString, ICMPObject
all components in dictionary with references as keys.

See Also