ArcFM Engine Developer Guide
GetUserInput(IUserInput[]) Method


Syntax
'Declaration
 
Protected Overloads MustOverride Function GetUserInput( _
   ByVal userInputs() As IUserInput _
) As IDictionary
'Usage
 
Dim instance As UserInputManager
Dim userInputs() As IUserInput
Dim value As IDictionary
 
value = instance.GetUserInput(userInputs)
protected abstract IDictionary GetUserInput( 
   IUserInput[] userInputs
)

Parameters

userInputs
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