DbGeography.Difference(DbGeography) Metodo

Definizione

Calcola la differenza di questo valore DbGeography e di 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

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

Valori restituiti

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

Eccezioni

Si applica a