Disjoint

Returns TRUE if the selected geometry has no point in common with another geometry.

 

JavaScript

 

Disjoint(

       otherGeometry)

 

C#

 

bool Disjoint(

       IGeometry otherGeometry)

 

C++

 

HRESULT Disjoint(

       IGeometry* otherGeometry,

       VARIANT_BOOL* pVal)

Parameters

otherGeometry

An IGeometry representing the geometry with which to compare the selected geometry.

Return Value

pVal

Returns TRUE if the two geometries are disjoint.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.