Share via


GeometryParams.BoundingBox Property

Definition

Gets or sets a bounding box for the geometry in the Azure Cosmos DB service.

[System.Runtime.Serialization.DataMember(Name="bbox")]
public Azure.Cosmos.Spatial.BoundingBox BoundingBox { get; set; }
[<System.Runtime.Serialization.DataMember(Name="bbox")>]
member this.BoundingBox : Azure.Cosmos.Spatial.BoundingBox with get, set
Public Property BoundingBox As BoundingBox

Property Value

Bounding box for the geometry.

Attributes

Applies to