IVZMapChartShapes

Assembly: Visualizators;

Description

The IVZMapChartShapes interface is used to work with the collection of map layer areas.

Inheritance Hierarchy

IVZMapChartShapes

Comments

Access to the areas collection is given by the IVZMapChartLayer.Shapes property.

Properties

  Property name Brief description
AllKeys The AllKeys property returns the array of map layer area keys.
Count The Count property returns the number of map layer areas in the collection.
ItemByKey The ItemByKey property returns map layer area settings by key.

Methods

  Method name Brief description
Add The Add method adds the specified map layer area to the collection.
Clear The Clear method clears the current collection of map layer areas.
RemoveByKey The RemoveByKey method removes the area with the specified key from the collection.

See also:

Visualizators Assembly Interfaces