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

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

    Property Value

    The total number of points in the polygon as an System.Int32.
    See Also