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


IGpCursorRow.SetRow 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.SetRow Method
ArcGIS Developer Help

IGpCursorRow.SetRow Method

Sets this row object with a new row.

[Visual Basic .NET]
Public Sub SetRow ( _
    ByVal pRowBuffer As IRowBuffer, _
    ByVal pRowSet As IPropertySet _
)
[C#]
public void SetRow (
    IRowBuffer pRowBuffer,
    IPropertySet pRowSet
);
[C++]
HRESULT SetRow(
  IRowBuffer* pRowBuffer,
  IPropertySet* pRowSet
);
[C++]
Parameters
pRowBuffer [in]

pRowBuffer is a parameter of type IRowBuffer* pRowSet [in]
pRowSet is a parameter of type IPropertySet*

Product Availability

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

See Also

IGpCursorRow Interface