ArcFM Solution Developer Guide
UpdatePackets Method (PxApplicationClass)


Syntax
'Declaration
 
Public Overridable Function UpdatePackets( _
   ByRef sBinName As System.String, _
   ByRef sWorkingDir As System.String, _
   ByVal bMobileUnit As System.Boolean, _
   ByRef sApplicationName As System.String, _
   ByVal bQuiet As System.Boolean _
) As System.Boolean
'Usage
 
Dim instance As PxApplicationClass
Dim sBinName As System.String
Dim sWorkingDir As System.String
Dim bMobileUnit As System.Boolean
Dim sApplicationName As System.String
Dim bQuiet As System.Boolean
Dim value As System.Boolean
 
value = instance.UpdatePackets(sBinName, sWorkingDir, bMobileUnit, sApplicationName, bQuiet)
public virtual System.bool UpdatePackets( 
   ref System.string sBinName,
   ref System.string sWorkingDir,
   System.bool bMobileUnit,
   ref System.string sApplicationName,
   System.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

PxApplicationClass Class
PxApplicationClass Members

 

 


Send Comment