DbGeography.Difference(DbGeography) Método

Definición

Calcula la diferencia de este valor de DbGeography y otro valor de 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

Parámetros

other
DbGeography

Valor de geografía para el que se debe calcular la diferencia con este valor.

Devoluciones

Nuevo valor de DbGeography que representa la diferencia entre este valor de geografía y other.

Excepciones

Se aplica a