ArcObjects Library Reference (GeoDatabase)  

ICodedValueDomain2 Interface

Provides access to members that sort a coded value domain.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method AddCode Adds a (value, name) code.
Read-only property CodeCount The number of codes for the associated attribute.
Method DeleteCode Deletes a code with the specified value.
Read-only property Name The code name for the specified code index.
Method SortByName Sort the codes in the coded value domain by name.
Method SortByValue Sort the codes in the coded value domain by value.
Read-only property Value The value for the specified code index.

Inherited Interfaces

Interfaces Description
ICodedValueDomain Provides access to members that return and modify coded value domain values.

CoClasses that implement ICodedValueDomain2

CoClasses and Classes Description
CodedValueDomain Esri Attribute set constraint object.