InterfaceCMPObjectGetComponentAttributeDictionary Method

GetComponentAtributes returns a Dictionary of strings with all component attributes.

Definition

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

Return Value

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

See Also