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

In This Topic
    InteriorRings Property
    In This Topic
    Interior rings of the polygon shape.
    Syntax
    'Declaration
     
    Public ReadOnly Property InteriorRings As IEnumerable(Of GeoLinearRing)
    public IEnumerable<GeoLinearRing> InteriorRings {get;}
    See Also