Spread for ASP.NET 8.0 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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IGroupMapAreaSupport Interface
IGroupMapAreaSupport Members

 

 


Copyright © GrapeCity, inc. All rights reserved.