Compartilhar via


DbGeometry.Difference(DbGeometry) Método

Definição

Calcula a diferença entre este valor DbGeometry e outro valor DbGeometry.

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

Parâmetros

other
DbGeometry

O valor de geometria em relação ao qual a diferença deste valor deve ser calculada.

Retornos

Um novo valor DbGeometry que representa a diferença entre esse valor de geometria e outro.

Exceções

Aplica-se a