Returns the array of values of the specified record in the value table.
[Visual Basic .NET] Public Function GetRecord ( _ ByVal Index As Integer _ ) As IArray
[C#] public IArray GetRecord ( int Index );
[C++]
HRESULT GetRecord(
long Index,
IArray** ppValues
);
[C++]Parameters
Index [in] Index is a parameter of type long ppValues [out, retval]ppValues is a parameter of type IArray
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.