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


IIndex.IsAscending Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IIndex.IsAscending Property

Indicates if the index is based on ascending order.

[Visual Basic .NET]
Public ReadOnly Property IsAscending As Boolean
[C#]
public bool IsAscending {get;}
[C++]
HRESULT get_IsAscending(
  VARIANT_BOOL* IsAscending
);
[C++]

Parameters IsAscending [out, retval] IsAscending is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IIndex Interface