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 la contención.

Devoluciones

true es si este valor de geometría está dentro otherde ; en caso contrario false, es .

Excepciones

Se aplica a