ActiveReports 19 .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
    Gets the interior rings of the polygon shape.
    Syntax
    'Declaration
     
    Public ReadOnly Property InteriorRings As IEnumerable(Of GeoLinearRing)
    public IEnumerable<GeoLinearRing> InteriorRings {get;}

    Property Value

    An IEnumerable representing the interior rings of the polygon.
    See Also