[]
        
(Showing Draft Content)

FarPoint.Web.Chart.MapAreaCollection

MapAreaCollection Class

Represents a collection of MapArea.

Inheritance
MapAreaCollection
Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
public class MapAreaCollection : List<MapArea>, IList<MapArea>, ICollection<MapArea>, IList, ICollection, IReadOnlyList<MapArea>, IReadOnlyCollection<MapArea>, IEnumerable<MapArea>, IEnumerable
Public Class MapAreaCollection
    Inherits List(Of MapArea)
    Implements IList(Of MapArea), ICollection(Of MapArea), IList, ICollection, IReadOnlyList(Of MapArea), IReadOnlyCollection(Of MapArea), IEnumerable(Of MapArea), IEnumerable

Constructors

Name Description
MapAreaCollection()

Initializes a new instance of the MapAreaCollection class.

Methods

Name Description
GetMapAreaByName(string)

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