Updates the feature fields with the information contained in the representation.
[Visual Basic .NET]
Public Sub UpdateFeature ( _
)
[C#] public void UpdateFeature ( );
[C++]
HRESULT UpdateFeature(
void
);
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
UpdateFeature method must be called after a feature representation's attributes have been altered. In order to store and persist the changes into the feature, IFeature::Store method must be called.