Partilhar via


DbGeography.Intersection(DbGeography) Método

Definição

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

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

Parâmetros

other
DbGeography

O valor de geografia para o qual a interseção com este valor deve ser calculada.

Retornos

Um novo valor DbGeography que representa a interseção entre esse valor de geografia e outro.

Aplica-se a