DbGeometry.Crosses(DbGeometry) Metodo

Definizione

Determina se questo valore DbGeometry interseca in modo spaziale l'argomento DbGeometry specificato.

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

Parametri

other
DbGeometry

Valore geometry da confrontare con questo valore geometry.

Valori restituiti

true se other interseca questo valore geometrico; in caso contrario false, .

Eccezioni

Si applica a