ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalTable.GetRow Method

The row from the database with the specified object ID.

[Visual Basic .NET]
Public Function GetRow ( _
    ByVal OID As Integer _
) As IRow
[C#]
public IRow GetRow (
    int OID
);
[C++]
HRESULT GetRow(
  long OID,
  IRow** Row
);
[C++]

Parameters

OID [in]   OID 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.

See Also

ITemporalTable Interface