Partager via


DbGeometry.Within(DbGeometry) Méthode

Définition

Détermine si cette valeur DbGeometry figure dans l'argument DbGeometry spécifié de façon spatiale.

public:
 bool Within(System::Data::Spatial::DbGeometry ^ other);
public bool Within (System.Data.Spatial.DbGeometry other);
member this.Within : System.Data.Spatial.DbGeometry -> bool
Public Function Within (other As DbGeometry) As Boolean

Paramètres

other
DbGeometry

Valeur géométrique qui doit être comparée avec cette valeur géométrique pour déterminer la relation contenant-contenu.

Retours

true si cette valeur géométrique se trouve dans other ; sinon, false.

Exceptions

S’applique à