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


IRelationalOperatorNxM.Overlaps Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IR > IRelationalOperatorNxM Interface > IRelationalOperatorNxM.Overlaps Method
ArcGIS Developer Help

IRelationalOperatorNxM.Overlaps Method

Indicates if the intersection of the two geometries has the same dimension as one of the input geometries.

[Visual Basic .NET]
Public Function Overlaps ( _
    ByVal other As IGeometryBag _
) As IRelationResult
[C#]
public IRelationResult Overlaps (
    IGeometryBag other
);
[C++]
HRESULT Overlaps(
  IGeometryBag* other
);
[C++]
Parameters
other 

other is a parameter of type IGeometryBag*

Product Availability

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

See Also

IRelationalOperatorNxM Interface