ArcFM Engine Developer Guide
ValidateUserInputControl Method


Syntax
'Declaration
 
Protected MustOverride Sub ValidateUserInputControl( _
   ByVal userInput As IUserInput, _
   ByVal typeName As String _
) 
'Usage
 
Dim instance As UserInputManager
Dim userInput As IUserInput
Dim typeName As String
 
instance.ValidateUserInputControl(userInput, typeName)
protected abstract void ValidateUserInputControl( 
   IUserInput userInput,
   string typeName
)

Parameters

userInput
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