ActiveReports 18 .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
    Returns the number of points used in a shape.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property PointsCount As Integer
    public abstract int PointsCount {get;}
    See Also