DbGeometry.SymmetricDifference Method (DbGeometry)

 

Computes the symmetric difference between this DbGeometry value and another DbGeometry value.

Namespace:   System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

public DbGeometry SymmetricDifference(
	DbGeometry other
)

Parameters

other
Type: System.Data.Entity.Spatial.DbGeometry

The geometry value for which the symmetric difference with this value should be computed.

Return Value

Type: System.Data.Entity.Spatial.DbGeometry

A new DbGeometry value representing the symmetric difference between this geometry value and other.

Exception Condition
ArgumentNullException

other is null.