ArcFM Engine Developer Guide
GetUserInput(CustomTypeConfig[],IDictionary) Method


Configurations for the user input controls.
The properties that the user input controls will edit.
Gets input from the user by displaying one or more user input controls.
Syntax
'Declaration
 
Public Overloads Function GetUserInput( _
   ByVal inputConfigs() As CustomTypeConfig, _
   ByVal properties As IDictionary _
) As IDictionary
'Usage
 
Dim instance As UserInputManager
Dim inputConfigs() As CustomTypeConfig
Dim properties As IDictionary
Dim value As IDictionary
 
value = instance.GetUserInput(inputConfigs, properties)
public IDictionary GetUserInput( 
   CustomTypeConfig[] inputConfigs,
   IDictionary properties
)

Parameters

inputConfigs
Configurations for the user input controls.
properties
The properties that the user input controls will edit.

Return Value

A new list of properties that have be edited by the user input controls.
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
Overload List

 

 


Send Comment