GeoPolygon.Rings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a set of rings that form the polygon.
public System.Collections.Generic.IReadOnlyList<Azure.Core.GeoJson.GeoLinearRing> Rings { get; }
member this.Rings : System.Collections.Generic.IReadOnlyList<Azure.Core.GeoJson.GeoLinearRing>
Public ReadOnly Property Rings As IReadOnlyList(Of GeoLinearRing)