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


ICodedValueDomain2.SortByName Method (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 > ICodedValueDomain2.SortByName Method
ArcGIS Developer Help

ICodedValueDomain2.SortByName Method

Sort the codes in the coded value domain by name.

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

descending is a parameter of type bool

Product Availability

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

See Also

ICodedValueDomain2 Interface