This document is archived and information here might be outdated.  Recommended version.


ITopologicalOperator6.SymmetricDifferenceEx Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

ITopologicalOperator6.SymmetricDifferenceEx Method

defined for (multi)points and polylines.

[Visual Basic .NET]
Public Function SymmetricDifferenceEx ( _
    ByVal other As IGeometry, _
    ByVal bNonPlanar As Boolean _
) As IGeometry
[C#]
public IGeometry SymmetricDifferenceEx (
    IGeometry other,
    bool bNonPlanar
);
[C++]
HRESULT SymmetricDifferenceEx(
  IGeometry* other,
  VARIANT_BOOL bNonPlanar,
  IGeometry** resultGeom
);
[C++]

Parameters other
other is a parameter of type IGeometry bNonPlanar bNonPlanar is a parameter of type VARIANT_BOOL resultGeom [out, retval]
resultGeom is a parameter of type IGeometry

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITopologicalOperator6 Interface