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


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

IRandomAccessCursor.GetRow Method

Get a row given its object id.

[Visual Basic .NET]
Public Function GetRow ( _
    ByVal rowID As Integer _
) As IRow
[C#]
public IRow GetRow (
    int rowID
);
[C++]
HRESULT GetRow(
  long rowID
);
[C++]
Parameters
rowID [in]

rowID is a parameter of type long

Product Availability

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

See Also

IRandomAccessCursor Interface