ArcGIS Pro 3.2 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 sealed class CodedValueDomain : Domain 
    Public NotInheritable Class CodedValueDomain 
       Inherits 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, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also