SqlGeography.ISqlSpatialGridIndexable.GetBoundingBoxCorners Method

Definition

Returns a value for the bounding box corners for the SQL Geography.

void ISqlSpatialGridIndexable.GetBoundingBoxCorners (out double minX, out double minY, out double maxX, out double maxY);
abstract member Microsoft.SqlServer.Types.ISqlSpatialGridIndexable.GetBoundingBoxCorners : double * double * double * double -> unit
override this.Microsoft.SqlServer.Types.ISqlSpatialGridIndexable.GetBoundingBoxCorners : double * double * double * double -> unit
Sub GetBoundingBoxCorners (ByRef minX As Double, ByRef minY As Double, ByRef maxX As Double, ByRef maxY As Double) Implements ISqlSpatialGridIndexable.GetBoundingBoxCorners

Parameters

minX
Double

The minimum value of X.

minY
Double

The minimum value of Y.

maxX
Double

The maximum value of X.

maxY
Double

The maximum value of Y.

Implements

Applies to