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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.