ArcFM Desktop Developer Guide
Initialize Method (IMMPxMessageProcessor)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

IMMPxApplication
This method takes a reference to the Process Framework application (e.g., Workflow Manager). It returns a boolean value that indicates whether the application was initialized successfully.
Syntax
'Declaration
 
Function Initialize( _
   ByVal pPxApplication As IMMPxApplication _
) As Boolean
'Usage
 
Dim instance As IMMPxMessageProcessor
Dim pPxApplication As IMMPxApplication
Dim value As Boolean
 
value = instance.Initialize(pPxApplication)
bool Initialize( 
   IMMPxApplication pPxApplication
)

Parameters

pPxApplication
IMMPxApplication

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

IMMPxMessageProcessor Interface
IMMPxMessageProcessor Members

 

 


Send Comment