Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoPolygon Class / Rings Property

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