defined for (multi)points and polylines.
[Visual Basic .NET] Public Function DifferenceEx ( _ ByVal other As IGeometry, _ ByVal bNonPlanar As Boolean _ ) As IGeometry
[C#] public IGeometry DifferenceEx ( IGeometry other, bool bNonPlanar );
[C++]
HRESULT DifferenceEx(
IGeometry* other,
VARIANT_BOOL bNonPlanar,
IGeometry** resultGeom
);
[C++]Parameters
otherother 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.