ArcFM Engine Developer Guide
ConvertTimeRangeInputToProperTimeMode Method


Syntax
'Declaration
 
Protected MustOverride Function ConvertTimeRangeInputToProperTimeMode( _
   ByVal userInput As IUserInput, _
   Optional ByVal typeName As String _
) As IUserInput
'Usage
 
Dim instance As UserInputManager
Dim userInput As IUserInput
Dim typeName As String
Dim value As IUserInput
 
value = instance.ConvertTimeRangeInputToProperTimeMode(userInput, typeName)
protected abstract IUserInput ConvertTimeRangeInputToProperTimeMode( 
   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