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)]
public Microsoft.Azure.Documents.Spatial.BoundingBox BoundingBox { get; }
[<Newtonsoft.Json.JsonProperty("bbox", DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, Order=3)>]
member this.BoundingBox : Microsoft.Azure.Documents.Spatial.BoundingBox
Public ReadOnly Property BoundingBox As BoundingBox

Property Value

Bounding box of the geometry.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to