ArcGIS Pro 2.8 API Reference Guide
RangeExtent Constructor(Nullable<Double>,Nullable<Double>)

ArcGIS.Desktop.Mapping Namespace > RangeExtent Class > RangeExtent Constructor : RangeExtent Constructor(Nullable<Double>,Nullable<Double>)
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 10, Windows 8.1

See Also

Reference

RangeExtent Class
RangeExtent Members
Overload List