ArcFM Responder Mobile Developer Guide
Initialize Method (IMMPxXml)






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

Parameters

pPxApp
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

IMMPxXml Interface
IMMPxXml Members

Send Feedback