ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / CodedValueDomainDescription Class / CodedValueDomainDescription Constructor / CodedValueDomainDescription Constructor(String,CodedValueDomain)
The name of the description.
The ArcGIS.Core.Data.CodedValueDomain that the description object is representing.

In This Topic
    CodedValueDomainDescription Constructor(String,CodedValueDomain)
    In This Topic
    Creates a description object of the ArcGIS.Core.Data.CodedValueDomain.
    Syntax
    public CodedValueDomainDescription( 
       string name,
       CodedValueDomain codedValueDomain
    )
    Public Function New( _
       ByVal name As String, _
       ByVal codedValueDomain As CodedValueDomain _
    )

    Parameters

    name
    The name of the description.
    codedValueDomain
    The ArcGIS.Core.Data.CodedValueDomain that the description object is representing.
    Exceptions
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also