Compartilhar via


DbGeography.Difference(DbGeography) Método

Definição

Calcula a diferença deste valor DbGeography e outro valor 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

O valor de geografia em relação ao qual a diferença deste valor deve ser calculada.

Retornos

Um novo valor DbGeography que representa a diferença entre este valor de geografia e other.

Exceções

Aplica-se a