SqlGeometry.STIntersection(SqlGeometry) 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.
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