Provides access to methods that alter a code description in the domain.

Members

Name Description
Method AddCode Adds a (value, name) code.
Method AlterCodedValueDescription Alters the description for the specified 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.

ICodedValueDomain3.AlterCodedValueDescription Method

Alters the description for the specified code.

Public Sub AlterCodedValueDescription ( _
    ByVal Value As Object, _
    ByVal newDescription As String _
)
public void AlterCodedValueDescription (
    object Value,
    string newDescription
);

Inherited Interfaces

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

Classes that implement ICodedValueDomain3

Classes Description
CodedValueDomain (esriGeoDatabase) Esri Attribute set constraint object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.