This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters other
other is a parameter of type IGeometryBag*