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


IRelationalOperatorNxM.Touches Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IRelationalOperatorNxM.Touches Method

Indicates if the boundaries of the geometries intersect.

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