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.