Spread for ASP.NET 11 Product Documentation
GetMapAreas Method


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > IGroupMapAreaSupport Interface : GetMapAreas Method
The priority.
Gets the map areas based on priority.
Syntax
'Declaration
 
Function GetMapAreas( _
   ByVal priority As Integer _
) As MapArea()
'Usage
 
Dim instance As IGroupMapAreaSupport
Dim priority As Integer
Dim value() As MapArea
 
value = instance.GetMapAreas(priority)
MapArea[] GetMapAreas( 
   int priority
)

Parameters

priority
The priority.

Return Value

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.
See Also

Reference

IGroupMapAreaSupport Interface
IGroupMapAreaSupport Members