Gets the MapArea with the specified name from the collection.

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
public MapArea GetByName(
	string name
)
Visual Basic
Public Function GetByName ( _
	name As String _
) As MapArea

Parameters

name
Type: System..::..String
Map area name.

Return Value

This method returns the MapArea from the collection with the specified name. If such a MapArea is not found, the method returns null.

See Also