SymmetricDifference

Returns a set combining the points that are in the selected geometry and not the specified other geometry, and the points in the specified other geometry that are not in the selected geometry.

 

JavaScript

 

SymmetricDifference(

       otherGeometry)

 

C#

 

IGeometry SymmetricDifference(

       IGeometry otherGeometry)

 

C++

 

HRESULT SymmetricDifference(

       IGeometry* otherGeometry,

       IGeometry** pVal)

Parameters

otherGeometry

An IGeometry representing the geometry whose intersection with the selected geometry is being tested.

Return Value

pVal

An IGeometry representing all the points that are in the selected geometry and not the specified other geometry, and the points in the specified other geometry that are not in the selected geometry.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.