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


IGpDescribeIndex.IsAscending Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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(
  BSTR* 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