ArcFM Solution Developer Guide
GetUserInputProperties Method (IUserInputManager)


Syntax
'Declaration
 
Function GetUserInputProperties( _
   ByVal userInputs As System.Collections.Generic.IEnumerable(Of IUserInput), _
   ByVal properties As System.Collections.IDictionary _
) As System.Boolean
'Usage
 
Dim instance As IUserInputManager
Dim userInputs As System.Collections.Generic.IEnumerable(Of IUserInput)
Dim properties As System.Collections.IDictionary
Dim value As System.Boolean
 
value = instance.GetUserInputProperties(userInputs, properties)
System.bool GetUserInputProperties( 
   System.Collections.Generic.IEnumerable<IUserInput> userInputs,
   System.Collections.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