This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureCursor Interface > IFeatureCursor.UpdateFeature Method (ArcObjects .NET 10.5 SDK) |
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
This method should only be called on update cursors.