This document is archived and information here might be outdated.  Recommended version.


IRepresentation.UpdateFeature Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepresentation Interface > IRepresentation.UpdateFeature Method
ArcGIS Developer Help

IRepresentation.UpdateFeature Method

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.

 

See Also

IRepresentation Interface