ArcFM Engine Developer Guide
UpdatePackets Method (IMMPxMobileHelper)


Syntax
'Declaration
 
Function UpdatePackets( _
   ByRef sBinName As String, _
   ByRef sWorkingDir As String, _
   ByVal bMobileUnit As Boolean, _
   ByRef sApplicationName As String, _
   ByVal bQuiet As Boolean _
) As Boolean
'Usage
 
Dim instance As IMMPxMobileHelper
Dim sBinName As String
Dim sWorkingDir As String
Dim bMobileUnit As Boolean
Dim sApplicationName As String
Dim bQuiet As Boolean
Dim value As Boolean
 
value = instance.UpdatePackets(sBinName, sWorkingDir, bMobileUnit, sApplicationName, bQuiet)
bool UpdatePackets( 
   ref string sBinName,
   ref string sWorkingDir,
   bool bMobileUnit,
   ref string sApplicationName,
   bool bQuiet
)

Parameters

sBinName
sWorkingDir
bMobileUnit
sApplicationName
bQuiet
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

IMMPxMobileHelper Interface
IMMPxMobileHelper Members

 

 


Send Comment