DbGeometry.Within(DbGeometry) Metodo

Definizione

Determina se questo valore DbGeometry è spazialemente compreso nell'argomento DbGeometry specificato.

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

Valore della geometria da confrontare con questo valore geometrico per il contenimento.

Valori restituiti

true se questo valore geometrico è all'interno otherdi ; in caso contrario false, .

Eccezioni

Si applica a