ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / CodedValueDomain Class
Properties Methods


In This Topic
    CodedValueDomain Class Members
    In This Topic

    The following tables list the members exposed by CodedValueDomain.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public PropertyGets the MergePolicy of the domain. (Inherited from ArcGIS.Core.Data.Domain)
    Public PropertyGets the SplitPolicy of the domain. (Inherited from ArcGIS.Core.Data.Domain)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the coded value that matches the given name. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets a SortedList of the coded values (value and name) maintained by this CodedValueDomain. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the number of codes maintained by this CodedValueDomain. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the description of the domain. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Domain)
    Public MethodGets the FieldType of the domain. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Domain)
    Public MethodOverloaded.   
    Top
    See Also