DbSpatialServices.Within(DbGeometry, DbGeometry) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Avgör om det ena DbGeometry värdet är rumsligt inom det andra.
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
Parametrar
- geometryValue
- DbGeometry
Det första geometrivärdet.
- otherGeometry
- DbGeometry
Det andra geometrivärdet.
Returer
true if geometryValue is within otherGeometry; otherwise false.
Undantag
geometryValue
otherGeometry
geometryValue
otherGeometry