This document is archived and information here might be outdated. Recommended version. |
Indicates if the two geometries share no points in common.
[Visual Basic .NET] Public Function Disjoint ( _ ByVal other As IGeometryBag _ ) As IRelationResult
[C#] public IRelationResult Disjoint ( IGeometryBag other );
[C++]
HRESULT Disjoint(
IGeometryBag* other
);
[C++] Parameters other
other is a parameter of type IGeometryBag*