Spread for ASP.NET 10 Product Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

IGroupMapAreaSupport Interface
IGroupMapAreaSupport Members

 

 


Copyright © GrapeCity, inc. All rights reserved.