ArcGIS Pro 2.6 API Reference Guide
Range Class
Members 

ArcGIS.Desktop.Mapping Namespace : Range Class
Represents a range of values defined by a min and a max.
Syntax
public class Range 
Public Class Range 
Remarks
Range contains two properties Min and Max which defines the range of values. Either property can be set to null. When Min is null it means the range has no lower bound or the range is less than or equal to the Max. When Max is null it means the range has no upper bound or the range is greater than or equal to the Min.
Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Mapping.Range

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Range Members
ArcGIS.Desktop.Mapping Namespace