Polygon.Rings プロパティ

定義

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)

プロパティ値

多角形リング。

属性
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

適用対象