Share via


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

Il valore di posizione geografica per il quale deve essere calcolata l'intersezione con questo valore.

Restituisce

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

Eccezioni

Si applica a