Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The VZDataDictionary class implements an object used to work with a data dictionary.
To work with data array, use the VZDataArray class.
Class to get analog of the VZDataDictionary class:
None;
Class to get analog of the VZDataDictionary class object:
VZDataDictionaryClass;
| Property name | Brief description | |
| The AllKeys property returns keys of all elements. | ||
| The Count property returns dictionary size. | ||
| The Itemproperty determine dictionary element by its key. |
| Method name | Brief description | |
| The Add method adds a new element to dictionary. | ||
| The Clear method removes all dictionary elements. | ||
| The Remove method removes dictionary element by the specified key. |
See also: