ArcFM Engine 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 IDictionary _
) 
'Usage
 
Dim instance As UserInputManager
Dim latestValues As IDictionary
 
instance.RefreshUserInputValues(latestValues)
public virtual void RefreshUserInputValues( 
   IDictionary latestValues
)

Parameters

latestValues
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

UserInputManager Class
UserInputManager Members

 

 


Send Comment