ESRI.ArcGIS.Mobile.Client
Refresh Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > DataColumnFeatureAttribute Class : Refresh Method

Updates the feature attribute to reflect the current state/value of its associated feature data row. This method should be called if the feature data row was modified by some other entity other than this FeatureAttribute object. For example, if a feature subtype field is modified other column values may be modified.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub Refresh() 
C# 
public override void Refresh()

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also