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


IFeatureCursor.UpdateFeature Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureCursor Interface > IFeatureCursor.UpdateFeature Method
ArcGIS Developer Help

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

.NET Samples

Get and set key properties on a mosaic dataset Calculate area geoprocessing function tool