SqlGeometry.STIntersects(SqlGeometry) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Determina se a instância de chamada SqlGeometry interseciona outra 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
É outra SqlGeometry instância a ser comparada com a instância na qual STIntersects(SqlGeometry) é invocada.
Retornos
Retorna true se uma SqlGeometry instância cruza outra instância de geometria. Retornará false se não o fizer.
- Atributos