Spread for ASP.NET 7.0 Product Documentation
GetMapAreas Method
See Also  Support Options
FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > IGroupMapAreaSupport Interface : GetMapAreas Method


priority
The priority.

Glossary Item Box

Gets the map areas based on priority.

Syntax

Visual Basic (Declaration) 
Function GetMapAreas( _
   ByVal priority As Integer _
) As MapArea()
Visual Basic (Usage)Copy Code
Dim instance As IGroupMapAreaSupport
Dim priority As Integer
Dim value() As MapArea
 
value = instance.GetMapAreas(priority)
C# 
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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.