Assembly: Visualizators;
The IVZMapChartShapes interface is used to work with the collection of map layer areas.
IVZMapChartShapes
Access to the areas collection is given by the IVZMapChartLayer.Shapes property.
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. |
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: