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


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

ITimeExtent.Intersect Method

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*

Product Availability

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

Description

The current extent is adjusted to include the time period (if any) where the original value intersects with the passed TimeExtent value.

See Also

ITimeExtent Interface