SqlGeometry.STIntersection(SqlGeometry) Método

Definición

Devuelve un objeto que representa los puntos donde una SqlGeometry instancia interseca otra SqlGeometry instancia.

[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

Parámetros

other
SqlGeometry

Instancia SqlGeometry que se va a comparar con la instancia en la que STIntersection(SqlGeometry) se invoca, para determinar dónde se intersecan.

Devoluciones

Objeto SqlGeometry que contiene los puntos en los que la instancia de llamada SqlGeometry interseca el especificado SqlGeometry.

Atributos

Se aplica a