This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > ICodedValueDomain2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that sort a coded value domain.
Description | ||
---|---|---|
AddCode | Adds a (value, name) code. | |
CodeCount | The number of codes for the associated attribute. | |
DeleteCode | Deletes a code with the specified value. | |
Name | The code name for the specified code index. | |
SortByName | Sort the codes in the coded value domain by name. | |
SortByValue | Sort the codes in the coded value domain by value. | |
Value | The value for the specified code index. |
Interfaces | Description |
---|---|
ICodedValueDomain | Provides access to members that return and modify coded value domain values. |
CoClasses and Classes | Description |
---|---|
CodedValueDomain | Esri Attribute set constraint object. |