ArcGIS Pro 2.9 API Reference Guide
CodedValueDomainDescription Constructor(String,CodedValueDomain)

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.
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
ExceptionDescription
name is invalid.
codedValueDomain is null.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

CodedValueDomainDescription Class
CodedValueDomainDescription Members
Overload List