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