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