Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The IVZDataDictionary interface is used to work with a data dictionary.
IVZDataDictionary
To work with data array, use the IVZDataArray interface.
| 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: