SqlGeometry.STIntersection(SqlGeometry) Method

Definition

Returns an object that represents the points where a SqlGeometry instance intersects another SqlGeometry instance.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeometry STIntersection (Microsoft.SqlServer.Types.SqlGeometry other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STIntersection : Microsoft.SqlServer.Types.SqlGeometry -> Microsoft.SqlServer.Types.SqlGeometry
Public Function STIntersection (other As SqlGeometry) As SqlGeometry

Parameters

other
SqlGeometry

The SqlGeometry instance to compare with the instance on which STIntersection(SqlGeometry) is being invoked, to determine where they intersect.

Returns

A SqlGeometry object containing the points where the calling SqlGeometry instance intersects the specified SqlGeometry.

Attributes

Applies to