DbSpatialServices.Touches(DbGeometry, DbGeometry) Metodo

Definizione

Determina se i due valori specificati DbGeometry toccano nello spazio.

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

Parametri

geometryValue
DbGeometry

Primo valore di geometria.

otherGeometry
DbGeometry

Secondo valore di geometria.

Valori restituiti

true se geometryValue tocca otherGeometry; in caso contrario false, .

Eccezioni

geometryValue otherGeometry

geometryValue otherGeometry

Si applica a