ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMFormRangeDomain Class / Range Property

In This Topic
    Range Property (CIMFormRangeDomain)
    In This Topic
    Gets or sets the range of valid values. The first element is the minValue and the second element is the maxValue.
    Syntax
    Public Property Range As Double()
    public double[] Range {get; set;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also