This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableUtil Interface > ITableUtil.GetRow Method (ArcObjects .NET 10.5 SDK) |
The row from the database with the specified object ID, in the specified spatial reference.
[Visual Basic .NET] Public Function GetRow ( _ ByVal OID As Integer, _ ByVal SpatialReference As ISpatialReference _ ) As IRow
[C#] public IRow GetRow ( int OID, ISpatialReference SpatialReference );
[C++]
HRESULT GetRow(
long OID,
ISpatialReference* SpatialReference,
IRow** Row
);
[C++]
Parameters OID [in] OID is a parameter of type long SpatialReference [in]
SpatialReference is a parameter of type ISpatialReference Row [out, retval]
Row is a parameter of type IRow
Equivalent to ITable.GetRow, but allows the output spatial reference to be specified.