ArcFM Engine Developer Guide
GetUserInputProperties Method (IUserInputManager)


Syntax
'Declaration
 
Function GetUserInputProperties( _
   ByVal userInputs As IEnumerable(Of IUserInput), _
   ByVal properties As IDictionary _
) As Boolean
'Usage
 
Dim instance As IUserInputManager
Dim userInputs As IEnumerable(Of IUserInput)
Dim properties As IDictionary
Dim value As Boolean
 
value = instance.GetUserInputProperties(userInputs, properties)
bool GetUserInputProperties( 
   IEnumerable<IUserInput> userInputs,
   IDictionary properties
)

Parameters

userInputs
properties
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

IUserInputManager Interface
IUserInputManager Members

 

 


Send Comment