ArcFM Responder Mobile Developer Guide
RefreshUserInputValues Method (IUserInputManager)






Syntax
'Declaration
 
Sub RefreshUserInputValues( _
   ByVal latestValues As System.Collections.IDictionary _
) 
'Usage
 
Dim instance As IUserInputManager
Dim latestValues As System.Collections.IDictionary
 
instance.RefreshUserInputValues(latestValues)
void RefreshUserInputValues( 
   System.Collections.IDictionary latestValues
)
procedure RefreshUserInputValues( 
    latestValues: System.Collections.IDictionary
); 
function RefreshUserInputValues( 
   latestValues : System.Collections.IDictionary
);
void RefreshUserInputValues( 
   System.Collections.IDictionary* latestValues
) 
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

IUserInputManager Interface
IUserInputManager Members

Send Feedback