ArcObjects Library Reference (Geometry)  

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,
  IRelationResult** result
);
[C++]

Parameters

other

  other is a parameter of type IGeometryBag

result [out, retval]

  result is a parameter of type IRelationResult

Product Availability

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

See Also

IRelationalOperatorNxM Interface