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

In This Topic
    PointsCount Property (GeoLineString)
    In This Topic
    Returns the number of points in the line.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property PointsCount As Integer
    public override int PointsCount {get;}

    Property Value

    An System.Int32 representing the number of points in the line.
    See Also