Share via


GeographyPolygon.Rings Property

Gets a collection of rings.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Rings As ReadOnlyCollection(Of GeographyLineString)
    Get
'Usage
Dim instance As GeographyPolygon 
Dim value As ReadOnlyCollection(Of GeographyLineString)

value = instance.Rings
public abstract ReadOnlyCollection<GeographyLineString> Rings { get; }
public:
virtual property ReadOnlyCollection<GeographyLineString^>^ Rings {
    ReadOnlyCollection<GeographyLineString^>^ get () abstract;
}
abstract Rings : ReadOnlyCollection<GeographyLineString>
abstract function get Rings () : ReadOnlyCollection<GeographyLineString>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<GeographyLineString>
A collection of rings.

See Also

Reference

GeographyPolygon Class

System.Spatial Namespace