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

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

    Parameters

    min
    max
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also