DbGeometry.Within(DbGeometry) Méthode

Définition

Détermine si cette valeur DbGeometry est spatialement dans l’argument DbGeometry spécifié.

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 à cette valeur géométrique pour le confinement.

Retours

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

Exceptions

S’applique à