ArcFM Engine Developer Guide
GetUserInput(String,IDictionary) Method


Type name the user input control.
The properties that the user input controls will edit.
Gets input from the user by a user input control.
Syntax
'Declaration
 
Public Overloads Function GetUserInput( _
   ByVal typeName As String, _
   ByVal properties As IDictionary _
) As IDictionary
'Usage
 
Dim instance As UserInputManager
Dim typeName As String
Dim properties As IDictionary
Dim value As IDictionary
 
value = instance.GetUserInput(typeName, properties)
public IDictionary GetUserInput( 
   string typeName,
   IDictionary properties
)

Parameters

typeName
Type name the user input control.
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