Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoTriangle Class / InteriorRings Property

In This Topic
    InteriorRings Property (GeoTriangle)
    In This Topic
    Gets the geospatial rings enumerator of the GeoLinearRing items for the line.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InteriorRings As IEnumerable(Of GeoLinearRing)
    public IEnumerable<GeoLinearRing> InteriorRings {get;}
    See Also