DbGeometry.Overlaps(DbGeometry) Metodo

Definizione

Determina se questo valore DbGeometry si sovrappone in modo spaziale all'argomento DbGeometry specificato.

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

Parametri

other
DbGeometry

Valore geometry da confrontare con questo valore geometry per la sovrapposizione.

Valori restituiti

true se questo valore geometrico si sovrappone othera ; in caso contrario false, .

Eccezioni

Si applica a