ArcFM Responder Mobile Developer Guide
RefreshUserInputValues Method (UserInputManager)






Should iterate through cached user input controls and update their values. Method is only intended to be used if cached values are outdated
Syntax
'Declaration
 
Public Overridable Sub RefreshUserInputValues( _
   ByVal latestValues As System.Collections.IDictionary _
) 
'Usage
 
Dim instance As UserInputManager
Dim latestValues As System.Collections.IDictionary
 
instance.RefreshUserInputValues(latestValues)
public virtual void RefreshUserInputValues( 
   System.Collections.IDictionary latestValues
)
public procedure RefreshUserInputValues( 
    latestValues: System.Collections.IDictionary
); virtual; 
public function RefreshUserInputValues( 
   latestValues : System.Collections.IDictionary
);
public: virtual void RefreshUserInputValues( 
   System.Collections.IDictionary* latestValues
) 
public:
virtual void RefreshUserInputValues( 
   System.Collections.IDictionary^ latestValues
) 

Parameters

latestValues
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UserInputManager Class
UserInputManager Members

Send Feedback