ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoLineString Class / Points Property

In This Topic
    Points Property (GeoLineString)
    In This Topic
    Gets the line points.
    Syntax
    'Declaration
     
    Public ReadOnly Property Points As IEnumerable(Of GeoPoint)
    public IEnumerable<GeoPoint> Points {get;}
    See Also