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


ITableSort2.SortByCodedValueDescription Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 VARIANT_BOOL

Product Availability

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

See Also

ITableSort2 Interface