DbSpatialServices.Within(DbGeometry, DbGeometry) Methode

Definition

Bestimmt, ob sich ein DbGeometry Wert innerhalb des anderen raumlich befindet.

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

Parameter

geometryValue
DbGeometry

Der erste Geometriewert.

otherGeometry
DbGeometry

Der zweite Geometriewert.

Gibt zurück

true wenn geometryValue innerhalb otherGeometry; andernfalls false.

Ausnahmen

geometryValue otherGeometry

geometryValue otherGeometry

Gilt für: