ArcFM Desktop Developer Guide
Startup Method (IMMPxApplicationEx3)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

IMMPxLogin
IMMEnumExtensionNames
String
Method to start the Process Framework application with the appropriate login information and extensions appropriate to the user using input parameters of types IMMPxLogin and IMMEnumExtensionNames, respectively. However, this method differs from the Startup method on IMMPxApplicationEx by using a third input parameter, sAccessUserName as string.
Syntax
'Declaration
 
Sub Startup( _
   ByVal pPxLogin As IMMPxLogin, _
   ByVal ppEnumExtNames As IMMEnumExtensionNames, _
   ByRef sAccessUserName As String _
) 
'Usage
 
Dim instance As IMMPxApplicationEx3
Dim pPxLogin As IMMPxLogin
Dim ppEnumExtNames As IMMEnumExtensionNames
Dim sAccessUserName As String
 
instance.Startup(pPxLogin, ppEnumExtNames, sAccessUserName)

Parameters

pPxLogin
IMMPxLogin
ppEnumExtNames
IMMEnumExtensionNames
sAccessUserName
String
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

IMMPxApplicationEx3 Interface
IMMPxApplicationEx3 Members

 

 


Send Comment