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.