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


ITemporalLegendClass.Intersects Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLegendClass.Intersects Method

Determines whether or not the Time Value intersects the Reference and TimeValue parameters.

[Visual Basic .NET]
Public Function intersects ( _
    ByRef vTimeValue As Object _
) As Boolean
[C#]
public bool intersects (
    ref object vTimeValue
);
[C++]
HRESULT intersects(
  VARIANT* vTimeValue,
  VARIANT_BOOL* pbInersects
);
[C++]

Parameters vTimeValue [in] vTimeValue is a parameter of type VARIANT pbInersects [out, retval] pbInersects is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITemporalLegendClass Interface