IODBObjectGetAttributesDictionary Method

Returns a Dictionary with FeatureAttributeEnum key and value as string. User attributes are special or have higher value as special (not explicitly defined) and have the name in value are.

Definition

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

Return Value

DictionaryFeatureAttributeEnum, String
List of attributes as dictionary.

Implements

InterfaceODBObjectGetAttributesDictionary

See Also