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


ITopologicalOperator6.IntersectMultidimensionEx 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.IntersectMultidimensionEx Method
ArcGIS Developer Help

ITopologicalOperator6.IntersectMultidimensionEx Method

Constructs the set-theoretic intersection of the inputs. The results are returned in a geometry bag with one element per result dimension.

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

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

Product Availability

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

See Also

ITopologicalOperator6 Interface