GeometryParams.BoundingBox Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a bounding box for the geometry in the Azure Cosmos DB service.
[System.Runtime.Serialization.DataMember(Name="bbox")]
public Microsoft.Azure.Cosmos.Spatial.BoundingBox BoundingBox { get; set; }
[<System.Runtime.Serialization.DataMember(Name="bbox")>]
member this.BoundingBox : Microsoft.Azure.Cosmos.Spatial.BoundingBox with get, set
Public Property BoundingBox As BoundingBox
Property Value
Bounding box for the geometry.
- Attributes