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


IRandomAccessTable.GetRandomRows Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRandomAccessTable Interface > IRandomAccessTable.GetRandomRows Method
ArcGIS Developer Help

IRandomAccessTable.GetRandomRows Method

Get a random access cursor on the table.

[Visual Basic .NET]
Public Function GetRandomRows ( _
    ByVal SubFields As String, _
    ByVal recycle As Boolean _
) As IRandomAccessCursor
[C#]
public IRandomAccessCursor GetRandomRows (
    string SubFields,
    bool recycle
);
[C++]
HRESULT GetRandomRows(
  BSTR SubFields,
  VARIANT_BOOL recycle
);
[C++]
Parameters
SubFields [in]

SubFields is a parameter of type BSTR recycle [in]
recycle is a parameter of type bool

Product Availability

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

See Also

IRandomAccessTable Interface