DbGeometry.Within(DbGeometry) Método

Definição

Determina se este valor de DbGeometria está espacialmente dentro do argumento especificado de DbGeometria.

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

O valor geométrico que deve ser comparado com este valor geométrico para contenção.

Devoluções

true se este valor geométrico estiver dentro otherde ; caso contrário false.

Exceções

Aplica-se a