This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeRelationalOperator Interface > ITimeRelationalOperator.Disjoint Method (ArcObjects .NET 10.5 SDK) |
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,
VARIANT_BOOL* Disjoint
);
[C++]
Parameters otherTimeValue [in]
otherTimeValue is a parameter of type ITimeValue Disjoint [out, retval] Disjoint is a parameter of type VARIANT_BOOL
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.