ArcObjects Library Reference (GeoDatabase)  

IFeatureCursor.UpdateFeature Method

Update the existing Feature in the database corresponding to the current position of the cursor.

[Visual Basic .NET]
Public Sub UpdateFeature ( _
    ByVal Object As IFeature _
)
[C#]
public void UpdateFeature (
    IFeature Object
);
[C++]
HRESULT UpdateFeature(
  IFeature* Object
);
[C++]

Parameters

Object [in]

  Object is a parameter of type IFeature

Product Availability

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

Remarks

This method should only be called on update cursors.

See Also

IFeatureCursor Interface