Share via


DbGeography.Intersection(DbGeography) Método

Definición

Calcula la intersección de este valor de DbGeography y otro valor de 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

Parámetros

other
DbGeography

Valor de geografía para el que se debe calcular la intersección con este valor.

Devoluciones

Nuevo valor de DbGeography que representa la intersección entre este valor de geografía y other.

Excepciones

Se aplica a