defined .
[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,
IGeometry** intersection
);
[C++]Parameters
otherother is a parameter of type IGeometry
bNonPlanar bNonPlanar is a parameter of type VARIANT_BOOL resultDimensionresultDimension is a parameter of type esriGeometryDimension
intersection [out, retval]intersection is a parameter of type IGeometry
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.