Assembly: Visualizators;
The IVZStringDictionary interface is used to work with string data dictionary.
IVZStringDictionary
To get string data dictionary, use the IVZMapChartTopobaseAttribute.Data property.
Property name | Brief description | |
AllKeys | The AllKeys property returns keys of all string data dictionary elements. | |
Count | The Count property returns the number of string data dictionary elements. | |
Item | The Item property returns an element from string data dictionary by the specified key. |
Method name | Brief description | |
Add | The Add method adds a new element to string data dictionary. | |
Clear | The Clear method clears string data dictionary. | |
Remove | The Remove method removes an element from string data dictionary by the specified key. |
See also: