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