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

In This Topic
    Domain Class
    In This Topic
    Represents an abstract base class for a Domain. There are two subclasses RangeDomain and CodedValueDomain.
    Syntax
    public abstract class Domain 
    Public MustInherit Class Domain 
    Remarks

    Attribute domains are rules that describe the legal values of a field type, providing a method for enforcing data integrity. Attribute domains are used to constrain the values allowed in any particular attribute for a table or feature class.

    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also