CodedValueDomain Class Methods
In This Topic
For a list of all members of this type, see CodedValueDomain members.
Public Methods
| Name | Description |
| Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
| GetCodedValue |
Gets the coded value that matches the given name.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetCodedValuePairs |
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.
|
| GetCount |
Gets the number of codes maintained by this CodedValueDomain.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetDescription |
Gets the description of the domain.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Core.Data.Domain) |
| GetFieldType | Gets the FieldType of the domain. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Domain) |
| GetName | Overloaded. |
Top
See Also