DbGeometry.Within(DbGeometry) Método

Definición

Determina si este valor DbGeometry está espacialmente dentro del argumento DbGeometry especificado.

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

Parámetros

other
DbGeometry

Valor de geometría que se debe comparar con este valor de geometría para ver su contención.

Devoluciones

Es true si este valor geometría está dentro de other; de lo contrario, false.

Excepciones

Se aplica a