InterfaceODBObjectGetAttributesDictionary 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.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Dictionary<FeatureAttributeEnum, string> GetAttributesDictionary()

Return Value

DictionaryFeatureAttributeEnum, String
List of attributes as dictionary.

See Also