[]
        
(Showing Draft Content)

FarPoint.Web.Chart.IGroupMapAreaSupport.GetMapAreas

GetMapAreas Method

GetMapAreas(int)

Gets the map areas based on priority.

Declaration
MapArea[] GetMapAreas(int priority)
Function GetMapAreas(priority As Integer) As MapArea()
Parameters
Type Name Description
int priority

The priority.

Returns
Type Description
MapArea[]

Returns all map areas that have the same priority. Null is returned if no more items have a priority equal or greater than the specified priority.