ArcFM Solution 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 System.String _
) As System.Type
'Usage
 
Dim instance As UserInputManager
Dim typeName As System.String
Dim value As System.Type
 
value = instance.GetUserInputType(typeName)
protected System.Type GetUserInputType( 
   System.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