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


IIndex.IsAscending Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IIndex Interface > IIndex.IsAscending Property
ArcGIS Developer Help

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(
  Boolean* IsAscending
);
[C++]
Parameters
IsAscending [out, retval]

IsAscending is a parameter of type bool*

Product Availability

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

See Also

IIndex Interface