ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoMultiLineString Class / Lines Property

In This Topic
    Lines Property
    In This Topic
    Gets the line shapes.
    Syntax
    'Declaration
     
    Public ReadOnly Property Lines As IEnumerable(Of GeoLineString)
    public IEnumerable<GeoLineString> Lines {get;}

    Property Value

    An IEnumerable representing the line shapes.
    See Also