DbGeometry.Touches(DbGeometry) Método

Definição

Determina se este valor de DbGeometria toca espacialmente o argumento especificado de DbGeometria.

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

Parâmetros

other
DbGeometry

O valor de geometria que deve ser comparado com esse valor de geometria.

Devoluções

true se other tocar neste valor geométrico; caso contrário false.

Exceções

Aplica-se a