DbSpatialServices.Touches(DbGeometry, DbGeometry) Método

Definição

Determina se os dois valores dados DbGeometry se tocam espacialmente.

public:
 abstract bool Touches(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool Touches(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Touches : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function Touches (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

Parâmetros

geometryValue
DbGeometry

O primeiro valor geométrico.

otherGeometry
DbGeometry

O segundo valor geométrico.

Devoluções

true se geometryValue tocar otherGeometry; caso contrário false.

Exceções

geometryValue otherGeometry

geometryValue otherGeometry

Aplica-se a