Share via


DbGeometry.Within(DbGeometry) Método

Definição

Determina se este valor DbGeometry está espacialmente dentro do 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

O valor de geometria que deve ser comparado com esse valor de geometria quanto a confinamento.

Retornos

true se esse valor de geometria está dentro de other; caso contrário, false.

Exceções

Aplica-se a