Partager via


Polygon.Rings Propriété

Définition

Obtient les anneaux de polygones dans le service Azure Cosmos DB.

[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)

Valeur de propriété

Anneaux polygonaux.

Attributs
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

S’applique à