Polygon.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 the polygon rings in the Azure Cosmos DB service.
[Newtonsoft.Json.JsonProperty("coordinates", Order=1, Required=Newtonsoft.Json.Required.Always)]
[System.Runtime.Serialization.DataMember(Name="coordinates")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Azure.Cosmos.Spatial.LinearRing> Rings { get; }
[<Newtonsoft.Json.JsonProperty("coordinates", Order=1, Required=Newtonsoft.Json.Required.Always)>]
[<System.Runtime.Serialization.DataMember(Name="coordinates")>]
member this.Rings : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Azure.Cosmos.Spatial.LinearRing>
Public ReadOnly Property Rings As ReadOnlyCollection(Of LinearRing)
Property Value
Polygon rings.
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute