InterfaceCMPObjectGetComponentAttributeClasses 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, IEDA_PRP> GetComponentAttributeClasses()

Return Value

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

See Also