ICMPObjectGetComponentAttributeDictionary Method

GetComponentAtributes returns a Dictionary of strings with all component attributes.

Definition

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

Return Value

DictionaryString, String
Dictionary of strings with strings of the attributes.

Implements

InterfaceCMPObjectGetComponentAttributeDictionary

See Also