Share via


DbGeometry.Within(DbGeometry) Metodo

Definizione

Determina se questo valore DbGeometry si trova all'interno dell'argomento DbGeometry specificato a livello spaziale.

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

Parametri

other
DbGeometry

Il valore di posizione geometrica che deve essere confrontato con questo valore di posizione geometrica per contenimento.

Restituisce

true se questo valore della geometria si trova in other; in caso contrario, false.

Eccezioni

Si applica a