This document is archived and information here might be outdated. Recommended version. |
Indicates whether the input time value falls fully outside of the time extent.
[Visual Basic .NET] Public Function Disjoint ( _ ByVal otherTimeValue As ITimeValue _ ) As Boolean
[C#] public bool Disjoint ( ITimeValue otherTimeValue );
[C++]
HRESULT Disjoint(
ITimeValue* otherTimeValue
);
[C++] Parameters otherTimeValue [in]
otherTimeValue is a parameter of type ITimeValue*
This is the opposite of the Touches operation. It can be used to find out if there is a non-zero amount of time between the input time and the current time extent.