This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITableCrawler3 Interface > ITableCrawler3.GetRow Method (ArcObjects .NET 10.5 SDK) |
Returns the requested row in the table being crawled.
[Visual Basic .NET] Public Function GetRow ( _ ByVal OID As Integer _ ) As IRow
[C#] public IRow GetRow ( int OID );
[C++]
HRESULT GetRow(
long OID,
IRow** ppRow
);
[C++]
Parameters OID [in] OID is a parameter of type long ppRow [out, retval]
ppRow is a parameter of type IRow