Share via


DbGeography.Difference(DbGeography) Metodo

Definizione

Calcola la differenza tra questo valore DbGeography e un altro valore 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

Parametri

other
DbGeography

Il valore di posizione geografica per il quale deve essere calcolata la differenza con questo valore.

Restituisce

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

Eccezioni

Si applica a