Share via


DbGeometry.Overlaps(DbGeometry) Método

Definição

Determina se este valor DbGeometry se sobrepõe espacialmente ao argumento DbGeometry especificado.

public:
 bool Overlaps(System::Data::Spatial::DbGeometry ^ other);
public bool Overlaps (System.Data.Spatial.DbGeometry other);
member this.Overlaps : System.Data.Spatial.DbGeometry -> bool
Public Function Overlaps (other As DbGeometry) As Boolean

Parâmetros

other
DbGeometry

O valor de geometria que deve ser comparado com esse valor de geometria quanto a sobreposição.

Retornos

true se esse valor de geometria se sobrepõe a other; caso contrário, false.

Exceções

Aplica-se a