This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRandomAccessCursor Interface > IRandomAccessCursor.GetRow Method (ArcObjects .NET 10.4 SDK) |
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,
IRow** Row
);
[C++]
Parameters rowID [in] rowID is a parameter of type long Row [out, retval]
Row is a parameter of type IRow