IVZStringDictionary

Assembly: Visualizators;

Description

The IVZStringDictionary interface is used to work with string data dictionary.

Inheritance Hierarchy

          IVZStringDictionary

Comments

To get string data dictionary, use the IVZMapChartTopobaseAttribute.Data property.

Properties

  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.

Methods

  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:

Visualizators Assembly Interfaces