DbGeography.SymmetricDifference(DbGeography) Metodo

Definizione

Calcola la differenza simmetrica di questo valore DbGeography e un altro valore DbGeography.

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

Parametri

other
DbGeography

Valore geografico per il quale deve essere calcolata la differenza simmetrica con questo valore.

Valori restituiti

Nuovo valore DbGeography che rappresenta la differenza simmetrica tra questo valore geografico e other.

Eccezioni

Si applica a