ArcFM Engine Developer Guide
GetUserInputType Method


Fully qualified name of interface for which we want to obtain instance of class implementing that interface
Returns Type object for UserControl class implementing interface defined by typeName parameter.
Syntax
'Declaration
 
Protected Function GetUserInputType( _
   ByVal typeName As String _
) As Type
'Usage
 
Dim instance As UserInputManager
Dim typeName As String
Dim value As Type
 
value = instance.GetUserInputType(typeName)
protected Type GetUserInputType( 
   string typeName
)

Parameters

typeName
Fully qualified name of interface for which we want to obtain instance of class implementing that interface
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

 

 


Send Comment