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


IGpDescribeIndex.IsAscending Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDescribeIndex Interface > IGpDescribeIndex.IsAscending Property
ArcGIS Developer Help

IGpDescribeIndex.IsAscending Property

Indicates whether the index description is sorted in ascending order.

[Visual Basic .NET]
Public ReadOnly Property IsAscending As String
[C#]
public string IsAscending {get;}
[C++]
HRESULT get_IsAscending(
  System.String* IsAscending
);
[C++]
Parameters
IsAscending [out, retval]

IsAscending is a parameter of type BSTR*

Product Availability

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

See Also

IGpDescribeIndex Interface