ArcFM Engine Developer Guide
Initialize Method (IUserInput)


The properties this user input control will edit.
Initializes this user input control.
Syntax
'Declaration
 
Sub Initialize( _
   ByVal properties As IDictionary _
) 
'Usage
 
Dim instance As IUserInput
Dim properties As IDictionary
 
instance.Initialize(properties)
void Initialize( 
   IDictionary properties
)

Parameters

properties
The properties this user input control will edit.
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

IUserInput Interface
IUserInput Members

 

 


Send Comment