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,
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.