ArcFM Desktop Developer Guide
GetTransporter Method (IMMPxMobileHelper)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Boolean value indicating whether the database is mobile
Application name as String
Boolean value indicating whether to reset the cache
Retrieves a mobile transporter object.
Syntax
'Declaration
 
Function GetTransporter( _
   ByVal bMobileUnit As Boolean, _
   ByRef sApplicationName As String, _
   Optional ByVal bResetCache As Boolean _
) As IMMTransporter
'Usage
 
Dim instance As IMMPxMobileHelper
Dim bMobileUnit As Boolean
Dim sApplicationName As String
Dim bResetCache As Boolean
Dim value As IMMTransporter
 
value = instance.GetTransporter(bMobileUnit, sApplicationName, bResetCache)
IMMTransporter GetTransporter( 
   bool bMobileUnit,
   ref string sApplicationName,
   bool bResetCache
)

Parameters

bMobileUnit
Boolean value indicating whether the database is mobile
sApplicationName
Application name as String
bResetCache
Boolean value indicating whether to reset the cache
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