Share via


Geometry.BoundingBox Property

Definition

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

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

Property Value

Bounding box of the geometry.

Attributes

Applies to