Class LayerCollection
Represents a collection of MapLayer objects.
Inherited Members
Namespace: FastReport.Map
Assembly: FastReport.dll
Syntax
public class LayerCollection : FRCollectionBase, IList, ICollection, IEnumerable
Properties
Item[Int32]
Gets a layer with specified index.
Declaration
public MapLayer this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Index of a layer. |
Property Value
Type | Description |
---|---|
MapLayer | The layer with specified index. |