ICodedValueDomain2 Interface

Provides access to members that sort a coded value domain.

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.

ICodedValueDomain2.SortByName Method

Sort the codes in the coded value domain by name.

Public Sub SortByName ( _
    ByVal descending As Boolean _
)
public void SortByName (
    bool descending
);

ICodedValueDomain2.SortByValue Method

Sort the codes in the coded value domain by value.

Public Sub SortByValue ( _
    ByVal descending As Boolean _
)
public void SortByValue (
    bool descending
);

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.

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