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

Return Value

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

Implements

InterfaceCMPObjectGetComponentAttributeClasses

See Also