ArcFM Solution 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
)

Parameters

typeName
properties
useCachedInputsOnly
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
Overload List

 

 


Send Comment