ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / RangeExtent Class / RangeExtent Constructor / RangeExtent Constructor(Nullable<Double>,Nullable<Double>,Boolean)

In This Topic
    RangeExtent Constructor(Nullable<Double>,Nullable<Double>,Boolean)
    In This Topic
    Initialize a new instance of a RangeExtent using a min and max value.
    Syntax
    Public Function New( _
       ByVal min As Nullable(Of Double), _
       ByVal max As Nullable(Of Double), _
       ByVal exclusion As Boolean _
    )

    Parameters

    min
    max
    exclusion
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also