Geometry.BoundingBox プロパティ

定義

Azure Cosmos DB サービスのこのジオメトリの境界ボックスを取得します。

[Newtonsoft.Json.JsonProperty("bbox", DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, Order=3)]
[System.Runtime.Serialization.DataMember(Name="bbox")]
public Microsoft.Azure.Cosmos.Spatial.BoundingBox BoundingBox { get; }
[<Newtonsoft.Json.JsonProperty("bbox", DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, Order=3)>]
[<System.Runtime.Serialization.DataMember(Name="bbox")>]
member this.BoundingBox : Microsoft.Azure.Cosmos.Spatial.BoundingBox
Public ReadOnly Property BoundingBox As BoundingBox

プロパティ値

ジオメトリの境界ボックス。

属性
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

適用対象