ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / RangeExtent Class / Intersects Method / Intersects(Double) Method
The number to intersect.

In This Topic
    Intersects(Double) Method
    In This Topic
    Checks if this instance intersects the specified range value.
    Syntax
    public bool Intersects( 
       double rangeValue
    )
    Public Overloads Function Intersects( _
       ByVal rangeValue As Double _
    ) As Boolean

    Parameters

    rangeValue
    The number to intersect.

    Return Value

    True if the range value intersects the current instance.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also