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


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

IGpEnumObject.UpdateRow Method

Updates the row associated with the given cursor row.

[Visual Basic .NET]
Public Sub UpdateRow ( _
    ByVal row As Object _
)
[C#]
public void UpdateRow (
    object row
);
[C++]
HRESULT UpdateRow(
  IDispatch* row
);
[C++]
Parameters
row [in]

row is a parameter of type IDispatch

Product Availability

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

See Also

IGpEnumObject Interface