Partager via


DbGeography.Intersection(DbGeography) Méthode

Définition

Calcule l'intersection entre cette valeur DbGeography et une autre valeur DbGeography.

public:
 System::Data::Spatial::DbGeography ^ Intersection(System::Data::Spatial::DbGeography ^ other);
public System.Data.Spatial.DbGeography Intersection (System.Data.Spatial.DbGeography other);
member this.Intersection : System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public Function Intersection (other As DbGeography) As DbGeography

Paramètres

other
DbGeography

Valeur géographique pour laquelle l'intersection avec cette valeur doit être calculée.

Retours

Nouvelle valeur DbGeography représentant l'intersection entre la valeur de cette valeur géographique et other.

Exceptions

S’applique à