Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / IGroupMapAreaSupport Interface / GetMapAreas Method
The priority.


In This Topic
    GetMapAreas Method
    In This Topic
    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