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

Updates the feature attribute to reflect the current state/value of its associated feature. This method should be called if the feature 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 MustOverride Sub Refresh() 
C# 
public abstract 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