ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.Attributes Namespace / CodedValueDomain Class
Members

In This Topic
    CodedValueDomain Class
    In This Topic
    Represents a coded value domain.
    Syntax
    Public NotInheritable Class CodedValueDomain 
       Inherits Domain
    public sealed class CodedValueDomain : Domain 
    Remarks

    A coded value domain can apply to any type of attribute—text, numeric, date, and so on. Coded value domains specify a valid set of values for an attribute.

    Inheritance Hierarchy

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

    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also