ArcFM Responder Mobile Developer Guide
CreateUserInput(String,IDictionary,Boolean) Method






Syntax
'Declaration
 
Overloads Function CreateUserInput( _
   ByVal typeName As System.String, _
   ByVal properties As System.Collections.IDictionary, _
   Optional ByVal useCachedInputsOnly As System.Boolean _
) As IUserInput
'Usage
 
Dim instance As IUserInputManager
Dim typeName As System.String
Dim properties As System.Collections.IDictionary
Dim useCachedInputsOnly As System.Boolean
Dim value As IUserInput
 
value = instance.CreateUserInput(typeName, properties, useCachedInputsOnly)
IUserInput CreateUserInput( 
   System.string typeName,
   System.Collections.IDictionary properties,
   System.bool useCachedInputsOnly
)
function CreateUserInput( 
    typeName: System.String;
    properties: System.Collections.IDictionary;
    useCachedInputsOnly: System.Boolean
): IUserInput; 
function CreateUserInput( 
   typeName : System.String,
   properties : System.Collections.IDictionary,
   useCachedInputsOnly : System.boolean
) : IUserInput;
IUserInput* CreateUserInput( 
   System.string* typeName,
   System.Collections.IDictionary* properties,
   System.bool useCachedInputsOnly
) 
IUserInput^ CreateUserInput( 
   System.String^ typeName,
   System.Collections.IDictionary^ properties,
   System.bool useCachedInputsOnly
) 

Parameters

typeName
properties
useCachedInputsOnly
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IUserInputManager Interface
IUserInputManager Members
Overload List

Send Feedback