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


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

IGpCursorRow.SetValue Method

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

[Visual Basic .NET]
Public Sub SetValue ( _
    ByVal Field As String, _
    ByVal Value As Object _
)
[C#]
public void SetValue (
    string Field,
    object Value
);
[C++]
HRESULT SetValue(
  BSTR Field,
  VARIANT Value
);
[C++]
Parameters
Field [in]

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

Product Availability

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

See Also

IGpCursorRow Interface