Partager via


DbGeography.Difference(DbGeography) Méthode

Définition

Calcule la différence entre cette valeur DbGeography et une autre valeur DbGeography.

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

Paramètres

other
DbGeography

Valeur géographique pour laquelle la différence avec cette valeur doit être calculée.

Retours

Nouvelle valeur DbGeography représentant la différence entre cette valeur géographique et other.

Exceptions

S’applique à