ArcGIS Pro 2.8 API Reference Guide
CodedValueDomainDescription Constructor(CodedValueDomain)

ArcGIS.Core.Data.DDL Namespace > CodedValueDomainDescription Class > CodedValueDomainDescription Constructor : CodedValueDomainDescription Constructor(CodedValueDomain)
The ArcGIS.Core.Data.CodedValueDomain that the description object is representing.
Creates a description object of the ArcGIS.Core.Data.CodedValueDomain.
Syntax
public CodedValueDomainDescription( 
   CodedValueDomain codedValueDomain
)
Public Function New( _
   ByVal codedValueDomain As CodedValueDomain _
)

Parameters

codedValueDomain
The ArcGIS.Core.Data.CodedValueDomain that the description object is representing.
Exceptions
ExceptionDescription
codedValueDomain is null.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

CodedValueDomainDescription Class
CodedValueDomainDescription Members
Overload List