DbGeography.Difference(DbGeography) Methode

Definitie

Berekent het verschil van deze DbGeography-waarde en een andere DbGeography-waarde.

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

Parameters

other
DbGeography

De geografische waarde waarvoor het verschil met deze waarde moet worden berekend.

Retouren

Een nieuwe DbGeography-waarde die het verschil tussen deze geografische waarde en other.

Uitzonderingen

Van toepassing op