ArcObjects Library Reference (Geometry)  

IRelationalOperatorNxM.Intersects Method

Indicates if the two geometries share any points in common.

[Visual Basic .NET]
Public Function Intersects ( _
    ByVal other As IGeometryBag _
) As IRelationResult
[C#]
public IRelationResult Intersects (
    IGeometryBag other
);
[C++]
HRESULT Intersects(
  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