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

In This Topic
    PointsCount Property (GeoShape)
    In This Topic
    Gets the number of points used in the shape.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property PointsCount As Integer
    public abstract int PointsCount {get;}

    Property Value

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