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


ITableCrawler3.GetRow Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITableCrawler3 Interface > ITableCrawler3.GetRow Method
ArcGIS Developer Help

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
);
[C++]
Parameters
OID [in]

OID is a parameter of type long

Product Availability

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

See Also

ITableCrawler3 Interface