Spread ASP.NET 6.0 Product Documentation
GetMapAreaByName Method
See Also  Send Feedback
FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > MapAreaCollection Class : GetMapAreaByName Method


name
The name by which to get a MapArea item from collection.

Glossary Item Box

Gets an item from collection by MapArea's name specified.

Syntax

Visual Basic (Declaration) 
Public Function GetMapAreaByName( _
   ByVal name As String _
) As MapArea
Visual Basic (Usage)Copy Code
Dim instance As MapAreaCollection
Dim name As String
Dim value As MapArea
 
value = instance.GetMapAreaByName(name)
C# 
public MapArea GetMapAreaByName( 
   string name
)

Parameters

name
The name by which to get a MapArea item from collection.

Return Value

The MapArea item with specified name.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.