Indicates if the two geometries intersect in a geometry of lesser dimension.
[Visual Basic .NET] Public Function Crosses ( _ ByVal other As IGeometryBag _ ) As IRelationResult
[C#] public IRelationResult Crosses ( IGeometryBag other );
[C++]
HRESULT Crosses(
IGeometryBag* other,
IRelationResult** result
);
[C++]Parameters
otherother 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.