Sdílet prostřednictvím


DbSpatialServices.Within(DbGeometry, DbGeometry) Metoda

Definice

Určuje, zda je jedna DbGeometry hodnota prostorově uvnitř druhé.

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

Parametry

geometryValue
DbGeometry

První hodnota geometrie.

otherGeometry
DbGeometry

Druhá hodnota geometrie.

Návraty

true pokud geometryValue je v rámci , otherGeometryjinak false.

Výjimky

geometryValue otherGeometry

geometryValue otherGeometry

Platí pro