Udostępnij za pośrednictwem


Geometry.BoundingBox Property

Definition

Gets bounding box for this geometry in the Azure Cosmos DB service.

[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

Property Value

Bounding box of the geometry.

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to