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


ITableSort.Cursor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITableSort.Cursor Property

The cursor of the data to sort on. Ensure that sorting fields are available. Cancels SelectionSet.

[Visual Basic .NET]
Public WriteOnly Property Cursor
[C#]
public void Cursor {set;}
[C++]
HRESULT putref_Cursor(
  ICursor* 
);
[C++]

Parameters [in]
is a parameter of type ICursor

Product Availability

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

See Also

ITableSort Interface

.NET Samples

Multivariate renderer (Code Files: MultivariateRenderer)

.NET Related Topics

Sorting tables