DbGeography.Intersection(DbGeography) Método

Definição

Calcula a interseção deste valor DbGeografia e outro valor DbGeografia.

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

O valor geográfico para o qual a interseção com este valor deve ser calculado.

Devoluções

Um novo valor DbGeography que representa a interseção entre este valor geográfico e other.

Exceções

Aplica-se a