ArcFM Engine Developer Guide
AddUserInputsToParentControl Method


Syntax
'Declaration
 
Protected MustOverride Sub AddUserInputsToParentControl( _
   ByVal parentControl As Object, _
   ByVal userInputs() As IUserInput _
) 
'Usage
 
Dim instance As UserInputManager
Dim parentControl As Object
Dim userInputs() As IUserInput
 
instance.AddUserInputsToParentControl(parentControl, userInputs)
protected abstract void AddUserInputsToParentControl( 
   object parentControl,
   IUserInput[] userInputs
)

Parameters

parentControl
userInputs
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