This document is archived and information here might be outdated. Recommended version. |
Adjust to intersect with the input time value.
[Visual Basic .NET] Public Sub Intersect ( _ ByVal otherTimeValue As ITimeValue _ )
[C#] public void Intersect ( ITimeValue otherTimeValue );
[C++]
HRESULT Intersect(
ITimeValue* otherTimeValue
);
[C++]
Parameters otherTimeValue [in]
otherTimeValue is a parameter of type ITimeValue*
The current extent is adjusted to include the time period (if any) where the original value intersects with the passed TimeExtent value.