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


ITableSort2.SortByCodedValueDescription Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableSort2 Interface > ITableSort2.SortByCodedValueDescription Property
ArcGIS Developer Help

ITableSort2.SortByCodedValueDescription Property

Field sort order by coded value description.

[Visual Basic .NET]
Public Sub set_SortByCodedValueDescription ( _
    ByVal Field As String, _
    ByVal A_2 As Boolean _
)
[C#]
public void set_SortByCodedValueDescription (
    string Field,
    bool A_2
);
[C++]
HRESULT put_SortByCodedValueDescription(
  BSTR Field,
  VARIANT_BOOL 
);
[C++]
Parameters
Field [in]

Field is a parameter of type BSTR [in]
is a parameter of type bool

Product Availability

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

See Also

ITableSort2 Interface