ArcFM Responder Mobile Developer Guide
Initialize Method (IMMPxSDEVersion)






Syntax
'Declaration
 
Function Initialize( _
   ByVal pPxApp As IMMPxApplication, _
   ByVal bSupressMsg As System.Boolean _
) As System.Boolean
'Usage
 
Dim instance As IMMPxSDEVersion
Dim pPxApp As IMMPxApplication
Dim bSupressMsg As System.Boolean
Dim value As System.Boolean
 
value = instance.Initialize(pPxApp, bSupressMsg)
System.bool Initialize( 
   IMMPxApplication pPxApp,
   System.bool bSupressMsg
)
function Initialize( 
    pPxApp: IMMPxApplication;
    bSupressMsg: System.Boolean
): System.Boolean; 
function Initialize( 
   pPxApp : IMMPxApplication,
   bSupressMsg : System.boolean
) : System.boolean;
System.bool Initialize( 
   IMMPxApplication* pPxApp,
   System.bool bSupressMsg
) 
System.bool Initialize( 
   IMMPxApplication^ pPxApp,
   System.bool bSupressMsg
) 

Parameters

pPxApp
bSupressMsg
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMPxSDEVersion Interface
IMMPxSDEVersion Members

Send Feedback