InterfaceODBObjectGetAttributesDictionaryStringKeys Method

Returns a Dictionary with FeatureAttributeEnum or user attribute name and value as string.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Dictionary<string, string> GetAttributesDictionaryStringKeys(
	bool keysToUpper = true
)

Parameters

keysToUpper  Boolean  (Optional)
 

Return Value

DictionaryString, String
List of attributes as dictionary.

See Also