ArcObjects Library Reference (GeoDatabase)  

ICodedValueDomain2.SortByValue Method

Sort the codes in the coded value domain by value.

[Visual Basic .NET]
Public Sub SortByValue ( _
    ByVal descending As Boolean _
)
[C#]
public void SortByValue (
    bool descending
);
[C++]
HRESULT SortByValue(
  VARIANT_BOOL descending
);
[C++]

Parameters

descending   descending is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ICodedValueDomain2 Interface