This document is archived and information here might be outdated.  Recommended version.


ITimeRelationalOperator.Disjoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeRelationalOperator Interface > ITimeRelationalOperator.Disjoint Method
ArcGIS Developer Help

ITimeRelationalOperator.Disjoint Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

See Also

ITimeRelationalOperator Interface