Expand Minimize
0 out of 1 rated this helpful - Rate this topic

SqlGeography.STIntersection Method

Returns an object representing the points where a SqlGeography instance intersects another SqlGeography instance.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography STIntersection(
	SqlGeography other
)

Parameters

other
Type: Microsoft.SqlServer.Types.SqlGeography
A SqlGeography instance to compare with the instance on which STIntersection is being invoked.

Return Value

Type: Microsoft.SqlServer.Types.SqlGeography
A SqlGeography value containing the points where the specified SqlGeography instance intersects the current SqlGeography instance.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.