ArcFM Engine Developer Guide
Initialize Method (IMMPxMobileConfig)


Syntax
'Declaration
 
Sub Initialize( _
   ByVal sExtensionName As String, _
   ByVal pPxApp As IMMPxApplication _
) 
'Usage
 
Dim instance As IMMPxMobileConfig
Dim sExtensionName As String
Dim pPxApp As IMMPxApplication
 
instance.Initialize(sExtensionName, pPxApp)
void Initialize( 
   string sExtensionName,
   IMMPxApplication pPxApp
)

Parameters

sExtensionName
pPxApp
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

IMMPxMobileConfig Interface
IMMPxMobileConfig Members

 

 


Send Comment