ArcFM Solution Developer Guide
GetUserInputs Method (UserInputManager)


Syntax
'Declaration
 
Public Function GetUserInputs( _
   ByVal query As QueryClass, _
   ByVal parentControl As System.Object, _
   Optional ByVal initProperties As System.Collections.IDictionary _
) As IUserInput()
'Usage
 
Dim instance As UserInputManager
Dim query As QueryClass
Dim parentControl As System.Object
Dim initProperties As System.Collections.IDictionary
Dim value() As IUserInput
 
value = instance.GetUserInputs(query, parentControl, initProperties)
public IUserInput[] GetUserInputs( 
   QueryClass query,
   System.object parentControl,
   System.Collections.IDictionary initProperties
)

Parameters

query
parentControl
initProperties
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