DbGeography.Difference(DbGeography) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vypočítá rozdíl této hodnoty DbGeography a další hodnoty 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
Parametry
- other
- DbGeography
Zeměpisná hodnota, pro kterou se má vypočítat rozdíl s touto hodnotou.
Návraty
Nová hodnota DbGeography představující rozdíl mezi touto zeměpisnou hodnotou a other.
Výjimky
other