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


ITableCrawler3.GetRow Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ITableCrawler3.GetRow Method

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

Product Availability

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

See Also

ITableCrawler3 Interface