This document is archived and information here might be outdated. Recommended version. |
Indicates whether the boundaries of the time values intersect.
[Visual Basic .NET] Public Function Touches ( _ ByVal otherTimeValue As ITimeValue _ ) As Boolean
[C#] public bool Touches ( ITimeValue otherTimeValue );
[C++]
HRESULT Touches(
ITimeValue* otherTimeValue
);
[C++] Parameters otherTimeValue [in]
otherTimeValue is a parameter of type ITimeValue*
This function results in a TRUE value if there exists a Time instant that is contained by both of the TimeExtents. for example if the time extents are 1:00-2:00 and 2:00-3:00, then there is exactly one moment in time (2:00) that is in both TimeExtents.