ComponentOne Chart for .NET (2.0) Search HelpCentral 

MapAreaCollection.GetByName Method

Gets the MapArea with the specified name from the collection.

[Visual Basic]

Public Function GetByName( _

ByVal name As String _

) As MapArea

[C#]

public MapArea GetByName(

string name

);

[Delphi]

public function GetByName(

name: String

): MapArea;

Parameters

name

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

MapAreaCollection Class | MapAreaCollection Members | C1.Web.C1WebChart Namespace | MapAreaCollection Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.