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


IIndexEdit.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 > IIndexEdit Interface > IIndexEdit.IsAscending Property
ArcGIS Developer Help

IIndexEdit.IsAscending Property

Indicates if the index is to be ascending.

[Visual Basic .NET]
Public WriteOnly Property IsAscending_2
[C#]
public void IsAscending_2 {set;}
[C++]
HRESULT put_IsAscending(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

Remarks

Whether you can add an index that is ascending is dependent on the DBMS.

See Also

IIndexEdit Interface