DbSpatialServices.Within(DbGeometry, DbGeometry) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si une valeur de DbGeometry se trouve dans l'autre de façon spatiale.
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
Paramètres
- geometryValue
- DbGeometry
Première valeur géométrique.
- otherGeometry
- DbGeometry
Deuxième valeur géométrique.
Retours
true si geometryValue se situe dans otherGeometry ; sinon, false.
Exceptions
geometryValue
otherGeometry
geometryValue
otherGeometry