SqlGeometry.STEnvelope Method
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.
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