ArcFM Engine Developer Guide
ClearUserInput Method (UserInputManager)


Should clear input values for the provided user input
Syntax
'Declaration
 
Public Overridable Sub ClearUserInput( _
   ByVal userInput As IUserInput _
) 
'Usage
 
Dim instance As UserInputManager
Dim userInput As IUserInput
 
instance.ClearUserInput(userInput)
public virtual void ClearUserInput( 
   IUserInput userInput
)

Parameters

userInput
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