SqlGeometry.STIntersects(SqlGeometry) Método

Definición

Determina si la instancia de llamada SqlGeometry interseca otro SqlGeometry.

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

Parámetros

other
SqlGeometry

Es otra SqlGeometry instancia que se va a comparar con la instancia en la que STIntersects(SqlGeometry) se invoca.

Devoluciones

Devuelve true si una SqlGeometry instancia interseca otra instancia de geometry. Devuelve false si no lo hace.

Atributos

Se aplica a