This document is archived and information here might be outdated.  Recommended version.


ICodedValueDomain2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > ICodedValueDomain2 Interface
ArcGIS Developer Help

ICodedValueDomain2 Interface

Provides access to members that sort a coded value domain.

Product Availability

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

Members

Name 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.

Classes that implement ICodedValueDomain2

Classes Description
CodedValueDomain Esri Attribute set constraint object.