ArcGIS Pro 2.9 API Reference Guide
Intersects(Double) Method

ArcGIS.Desktop.Mapping Namespace > RangeExtent Class > Intersects Method : Intersects(Double) Method
The number to intersect.
Checks if this instance intersects the specified range.
Syntax
public bool Intersects( 
   double value
)
Public Overloads Function Intersects( _
   ByVal value As Double _
) As Boolean

Parameters

value
The number to intersect.

Return Value

True if the value intersects the current instance.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

RangeExtent Class
RangeExtent Members
Overload List