Class LayerCollection
Represents a collection of MapLayer objects.
Inherited Members
FastReport.Utils.FRCollectionBase.OnInsert(System.Int32, Object)
Namespace: FastReport.Map
Assembly: FastReport.dll
Syntax
public class LayerCollection : FRCollectionBase
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. |