ArcObjects Library Reference  (GeoDatabase)    

IFeatureCursor.UpdateFeature Method

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

[Visual Basic 6.0]
Sub UpdateFeature(
    ByVal Object As IFeature _
)
[Visual Basic .NET]
Public Sub UpdateFeature ( _
    ByVal Object As IFeature _
)
[C#]
public void UpdateFeature (
    IFeature Object
);
[Java]
public void updateFeature (
    IFeature Object
)
throws
    IOException,
    AutomationException
[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

All edits to features that participate in a Topology or Geometric Network must be performed within an edit session and bracketed within an edit operation.

See Also

IFeatureCursor Interface

Example

IFeatureCursor UpdateFeature Example

 


Feedback Send feedback on this page