DbGeography.Intersection(DbGeography) Metodo

Definizione

Calcola l'intersezione di questo valore DbGeography e un altro valore DbGeography.

public:
 System::Data::Spatial::DbGeography ^ Intersection(System::Data::Spatial::DbGeography ^ other);
public System.Data.Spatial.DbGeography Intersection(System.Data.Spatial.DbGeography other);
member this.Intersection : System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public Function Intersection (other As DbGeography) As DbGeography

Parametri

other
DbGeography

Valore geografico per il quale deve essere calcolata l'intersezione con questo valore.

Valori restituiti

Nuovo valore DbGeography che rappresenta l'intersezione tra questo valore geografico e other.

Eccezioni

Si applica a