DbGeometry.SymmetricDifference(DbGeometry) Método

Definição

Calcula a diferença simétrica entre este valor de DbGeometria e outro valor de DbGeometria.

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

Parâmetros

other
DbGeometry

O valor geométrico para o qual a diferença simétrica com este valor deve ser calculada.

Devoluções

Um novo valor DbGeometry representando a diferença simétrica entre este valor geométrico e other.

Exceções

Aplica-se a