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


IGPValueTable.GetRecord Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPValueTable.GetRecord Method

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.

See Also

IGPValueTable Interface