[]
        
(Showing Draft Content)

FarPoint.Web.Chart.MapAreaCollection.GetMapAreaByName

GetMapAreaByName Method

GetMapAreaByName(string)

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

Declaration
public MapArea GetMapAreaByName(string name)
Public Function GetMapAreaByName(name As String) As MapArea
Parameters
Type Name Description
string name

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

Returns
Type Description
MapArea

The MapArea item with specified name.