ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / RangeDomain Class
Members

In This Topic
    RangeDomain Class
    In This Topic
    Represents the information about the valid coded values belonging to this coded value domain.
    Syntax
    public sealed class RangeDomain : Domain, System.IDisposable  
    Public NotInheritable Class RangeDomain 
       Inherits Domain
       Implements System.IDisposable 
    Remarks
    A RangeDomain maintains the information about the minimum and maximum valid values managed by this range domain. Domains may be assigned to a field at the table level or if the table has subtypes they would be assigned at the subtype level. A domain indicates the valid values for a field, and will indicate during validation if the field value is outside of this valid range.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.CoreObjectsBase
          ArcGIS.Core.Data.Domain
             ArcGIS.Core.Data.RangeDomain

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also