ArcGIS Pro 2.6 API Reference Guide
RangeExtent Class
Members 

ArcGIS.Desktop.Mapping Namespace : RangeExtent Class
Represents an extent defined by a min and a max value.
Object Model
RangeExtent ClassRangeExtent Class
Syntax
public class RangeExtent 
Public Class RangeExtent 
Remarks
RangeExtent contains two properties Min and Max which defines an extent. Either property can be set to null. When Min is null it means the range extent begins infinitely small and when Max is null this means it ends infinitely large. This is useful for example when setting the MapView.Range property to show all values smaller than a given number, all values larger than a given number or to just show all values.
Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Mapping.RangeExtent

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

RangeExtent Members
ArcGIS.Desktop.Mapping Namespace