次の方法で共有


PolygonCoordinates.Rings プロパティ

定義

多角形のリングを取得します。

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

プロパティ値

多角形のリング。

属性

適用対象