SqlGeography.ISqlSpatialGridIndexable.GetBoundingBoxCorners Method (Double, Double, Double, Double)

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

void ISqlSpatialGridIndexable.GetBoundingBoxCorners(
    out double minX,
    out double minY,
    out double maxX,
    out double maxY
)
private:
virtual void GetBoundingBoxCorners(
    [OutAttribute] double% minX,
    [OutAttribute] double% minY,
    [OutAttribute] double% maxX,
    [OutAttribute] double% maxY
) sealed = ISqlSpatialGridIndexable::GetBoundingBoxCorners
private abstract GetBoundingBoxCorners : 
        minX:float byref *
        minY:float byref *
        maxX:float byref *
        maxY:float byref -> unit
private override GetBoundingBoxCorners : 
        minX:float byref *
        minY:float byref *
        maxX:float byref *
        maxY:float byref -> unit
Private Sub GetBoundingBoxCorners (
    <OutAttribute> ByRef minX As Double,
    <OutAttribute> ByRef minY As Double,
    <OutAttribute> ByRef maxX As Double,
    <OutAttribute> ByRef maxY As Double
)
    Implements ISqlSpatialGridIndexable.GetBoundingBoxCorners

Parameters

Implements

ISqlSpatialGridIndexable.GetBoundingBoxCorners(Double, Double, Double, Double)

See Also

SqlGeography Class
Microsoft.SqlServer.Types Namespace

Return to top