Polygon.Rings Property

Definition

Gets the polygon rings in the Azure Cosmos DB service.

[System.Runtime.Serialization.DataMember(Name="coordinates")]
public System.Collections.ObjectModel.ReadOnlyCollection<Azure.Cosmos.Spatial.LinearRing> Rings { get; }
[<System.Runtime.Serialization.DataMember(Name="coordinates")>]
member this.Rings : System.Collections.ObjectModel.ReadOnlyCollection<Azure.Cosmos.Spatial.LinearRing>
Public ReadOnly Property Rings As ReadOnlyCollection(Of LinearRing)

Property Value

Polygon rings.

Attributes

Applies to