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 );
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.