ArcFM Desktop Developer Guide
PromptConnection Method (IMMPxLogin2)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

This method prompts the user with the Process Framework login dialog and returns a boolean if a connection is successfully established. Unlike the method with the same name on the IMMPxLogin interface, there are no in/out parameters.
Syntax
'Declaration
 
Function PromptConnection() As Boolean
'Usage
 
Dim instance As IMMPxLogin2
Dim value As Boolean
 
value = instance.PromptConnection()
bool PromptConnection()

Return Value

Boolean
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

IMMPxLogin2 Interface
IMMPxLogin2 Members

 

 


Send Comment