ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapLines - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapLines

    specifies an ordered list of MapLine elements in a map line layer.

    Inheritance
    System.Object
    System.Collections.Generic.List<MapLine>
    MapLines
    Implements
    System.Collections.Generic.IList<MapLine>
    System.Collections.Generic.ICollection<MapLine>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<MapLine>
    System.Collections.Generic.IReadOnlyCollection<MapLine>
    System.Collections.Generic.IEnumerable<MapLine>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.Add(Syncfusion.RDL.DOM.MapLine)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.System.Collections.IList.Add(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.AsReadOnly()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.BinarySearch(System.Int32, System.Int32, Syncfusion.RDL.DOM.MapLine, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.BinarySearch(Syncfusion.RDL.DOM.MapLine)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.BinarySearch(Syncfusion.RDL.DOM.MapLine, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.Clear()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.Contains(Syncfusion.RDL.DOM.MapLine)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.System.Collections.IList.Contains(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.ConvertAll<TOutput>(System.Converter<Syncfusion.RDL.DOM.MapLine, TOutput>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.CopyTo(Syncfusion.RDL.DOM.MapLine[])
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.CopyTo(System.Int32, Syncfusion.RDL.DOM.MapLine[], System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.CopyTo(Syncfusion.RDL.DOM.MapLine[], System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.Exists(System.Predicate<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.Find(System.Predicate<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.FindAll(System.Predicate<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.FindIndex(System.Predicate<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.FindIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.FindLast(System.Predicate<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.FindLastIndex(System.Predicate<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.ForEach(System.Action<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.MapLine>.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.GetRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.IndexOf(Syncfusion.RDL.DOM.MapLine)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.IndexOf(Syncfusion.RDL.DOM.MapLine, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.IndexOf(Syncfusion.RDL.DOM.MapLine, System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.Insert(System.Int32, Syncfusion.RDL.DOM.MapLine)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.LastIndexOf(Syncfusion.RDL.DOM.MapLine)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.LastIndexOf(Syncfusion.RDL.DOM.MapLine, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.LastIndexOf(Syncfusion.RDL.DOM.MapLine, System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.Remove(Syncfusion.RDL.DOM.MapLine)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.System.Collections.IList.Remove(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.RemoveAll(System.Predicate<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.RemoveAt(System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.RemoveRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.Reverse()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.Reverse(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.Sort()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.Sort(System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.Sort(System.Comparison<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.ToArray()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.TrimExcess()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.TrueForAll(System.Predicate<Syncfusion.RDL.DOM.MapLine>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.Capacity
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.Count
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.System.Collections.IList.IsFixedSize
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.System.Collections.Generic.ICollection<Syncfusion.RDL.DOM.MapLine>.IsReadOnly
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.System.Collections.IList.IsReadOnly
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.Item[System.Int32]
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapLine>.System.Collections.IList.Item[System.Int32]
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class MapLines : List<MapLine>, IList<MapLine>, ICollection<MapLine>, IList, ICollection, IReadOnlyList<MapLine>, IReadOnlyCollection<MapLine>, IEnumerable<MapLine>, IEnumerable

    Constructors

    MapLines()

    Declaration
    public MapLines()

    MapLines(ReportSerializer)

    Declaration
    public MapLines(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Implements

    System.Collections.Generic.IList<>
    System.Collections.Generic.ICollection<>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<>
    System.Collections.IEnumerable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved