ArcFM Engine Developer Guide
CreateUserControl Method


Syntax
'Declaration
 
Protected MustOverride Function CreateUserControl( _
   ByVal typeName As String _
) As IUserInput
'Usage
 
Dim instance As UserInputManager
Dim typeName As String
Dim value As IUserInput
 
value = instance.CreateUserControl(typeName)
protected abstract IUserInput CreateUserControl( 
   string typeName
)

Parameters

typeName
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