Search Results for

    Show / Hide Table of Contents

    Class LayerCollection

    Represents a collection of MapLayer objects.

    Inheritance
    System.Object
    System.Collections.CollectionBase
    FRCollectionBase
    LayerCollection
    Inherited Members
    FRCollectionBase.Owner
    FRCollectionBase.AddRange(Base[])
    FRCollectionBase.AddRange(ObjectCollection)
    FRCollectionBase.Add(Base)
    FRCollectionBase.Insert(Int32, Base)
    FRCollectionBase.Remove(Base)
    FRCollectionBase.IndexOf(Base)
    FRCollectionBase.Contains(Base)
    FRCollectionBase.ToArray()
    FRCollectionBase.Equals(FRCollectionBase)
    FRCollectionBase.CopyTo(FRCollectionBase)
    FRCollectionBase.OnInsert(Int32, Object)
    FRCollectionBase.OnRemove(Int32, Object)
    FRCollectionBase.OnClear()
    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.

    Back to top © 1998-2025 Copyright Fast Reports Inc.