ArcObjects Library Reference (GeoDatabase)  

ITableSort.Rows Property

Cursor of sorted rows.

[Visual Basic .NET]
Public ReadOnly Property Rows As ICursor
[C#]
public ICursor Rows {get;}
[C++]
HRESULT get_Rows(
  ICursor** Cursor
);
[C++]

Parameters

Cursor [out, retval]

  Cursor is a parameter of type ICursor

Product Availability

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

See Also

ITableSort Interface