This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepresentation Interface > IRepresentation.UpdateFeature Method (ArcObjects .NET 10.5 SDK) |
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
);
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.