DbGeometry.Overlaps(DbGeometry) Método

Definición

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

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

Parámetros

other
DbGeometry

Valor de geometría que se debe comparar con este valor de geometría para ver si se superponen.

Devoluciones

true si este valor de geometría superpone other; si no false.

Excepciones

Se aplica a