Share via


DbGeometry.Crosses(DbGeometry) Método

Definición

Determina si este valor DbGeometry se cruza espacialmente con el argumento DbGeometry especificado.

public:
 bool Crosses(System::Data::Spatial::DbGeometry ^ other);
public bool Crosses (System.Data.Spatial.DbGeometry other);
member this.Crosses : System.Data.Spatial.DbGeometry -> bool
Public Function Crosses (other As DbGeometry) As Boolean

Parámetros

other
DbGeometry

Valor de geometría que se debe comparar con este valor de geometría.

Devoluciones

true si other cruza este valor de geometría; de lo contrario, false.

Excepciones

Se aplica a