This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITemporalTable Interface > ITemporalTable.GetRow Method (ArcObjects .NET 10.5 SDK) |
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