Compartilhar 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.Entity.Spatial.DbGeometry other);
member this.Within : System.Data.Entity.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 estiver dentro de outros; caso contrário, false.

Exceções

Aplica-se a