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 > ITimeExtent Interface > ITimeExtent.Intersect Method (ArcObjects .NET 10.5 SDK) |
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.