SpatialTessellationFunction.GetCoverage(Object) 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.
Gets the grid coverage for the given object.
public static Microsoft.SqlServer.Types.SqlGeometry GetCoverage (object obj);
static member GetCoverage : obj -> Microsoft.SqlServer.Types.SqlGeometry
Public Shared Function GetCoverage (obj As Object) As SqlGeometry
Parameters
- obj
- Object
The object to get the grid coverage from.
Returns
The SqlGeometry object that represents the grid coverage for the given object.