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


IGPValueTable.GetRecord Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPValueTable Interface > IGPValueTable.GetRecord Method
ArcGIS Developer Help

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
);
[C++]
Parameters
Index [in]

Index is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPValueTable Interface