SqlGeometry.STEnvelope Method

Definition

Returns the minimum axis-aligned bounding rectangle of the instance.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeometry STEnvelope ();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STEnvelope : unit -> Microsoft.SqlServer.Types.SqlGeometry
Public Function STEnvelope () As SqlGeometry

Returns

A SqlGeometry object that represents the minimum axis-aligned bounding rectangle of the calling instance.

Attributes

Applies to