[]
Gets an item from collection by MapArea's name specified.
public MapArea GetMapAreaByName(string name)
Public Function GetMapAreaByName(name As String) As MapArea
Type | Name | Description |
---|---|---|
string | name | The name by which to get a MapArea item from collection. |
Type | Description |
---|---|
MapArea | The MapArea item with specified name. |