ArcFM Engine Developer Guide
Properties Property (UserInputManager)


Property used to specify additional information, as well as to pass certain data between invoker and executor
Syntax
'Declaration
 
Public ReadOnly Property Properties As IDictionary(Of String,Object)
'Usage
 
Dim instance As UserInputManager
Dim value As IDictionary(Of String,Object)
 
value = instance.Properties
public IDictionary<string,object> Properties {get;}
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