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

In This Topic
    PointsCount Property (GeoPoint)
    In This Topic
    Gets the count of the points.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable ReadOnly Property PointsCount As Integer
    public override int PointsCount {get;}

    Property Value

    Always returns 1 as an System.Int32.
    See Also