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


ITopologicalOperator6.IntersectEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITopologicalOperator6 Interface > ITopologicalOperator6.IntersectEx Method
ArcGIS Developer Help

ITopologicalOperator6.IntersectEx Method

Constructs the set-theoretic intersection of the inputs in the specified result dimension, , with the option for non-planary result.

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

other is a parameter of type IGeometry* bNonPlanar
bNonPlanar is a parameter of type bool resultDimension
resultDimension is a parameter of type esriGeometryDimension

Product Availability

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

See Also

ITopologicalOperator6 Interface