ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Attributes Namespace / RangeDomain Class
Members

In This Topic
    RangeDomain Class
    In This Topic
    Represents a range domain.
    Syntax
    public sealed class RangeDomain : Domain 
    Public NotInheritable Class RangeDomain 
       Inherits Domain
    Remarks

    A range domain specifies a valid range of values for a numeric attribute. A range domain can be applied to short-integer, long-integer, float, double, and date attribute types.

    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Editing.Attributes.Domain
          ArcGIS.Desktop.Editing.Attributes.RangeDomain

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also