ArcObjects Library Reference (System)  

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