ArcObjects Library Reference (Geoprocessing)  

IGpCursorRow.GetValue Method

Returns the value of the specified field in the row object.

[Visual Basic .NET]
Public Function GetValue ( _
    ByVal Field As String _
) As Object
[C#]
public object GetValue (
    string Field
);
[C++]
HRESULT GetValue(
  BSTR Field,
  VARIANT* Value
);
[C++]

Parameters

Field [in]   Field is a parameter of type BSTR Value [out, retval]   Value is a parameter of type VARIANT

Product Availability

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

See Also

IGpCursorRow Interface