This document is archived and information here might be outdated. Recommended version. |
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.