This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendClass Interface > ITemporalLegendClass.Intersects Method (ArcObjects .NET 10.4 SDK) |
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