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


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

ITableSort.Ascending Property

Field sort order.

[Visual Basic .NET]
Public Sub set_Ascending ( _
    ByVal Field As String, _
    ByVal A_2 As Boolean _
)
[C#]
public void set_Ascending (
    string Field,
    bool A_2
);
[C++]
HRESULT put_Ascending(
  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

ITableSort Interface

.NET Samples

Multivariate renderer