IODBObjectGetAttributesDictionaryStringKeys Method

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

Definition

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

Parameters

KeysToUpper  Boolean  (Optional)
 

Return Value

DictionaryString, String
List of attributes as dictionary.

Implements

InterfaceODBObjectGetAttributesDictionaryStringKeys(Boolean)

See Also