ArcFM Responder Mobile Developer Guide
GetTransporter Method (PxApplicationClass)






Syntax
'Declaration
 
Public Overridable Function GetTransporter( _
   ByVal bMobileUnit As System.Boolean, _
   ByRef sApplicationName As System.String, _
   Optional ByVal bResetCache As System.Boolean _
) As IMMTransporter
'Usage
 
Dim instance As PxApplicationClass
Dim bMobileUnit As System.Boolean
Dim sApplicationName As System.String
Dim bResetCache As System.Boolean
Dim value As IMMTransporter
 
value = instance.GetTransporter(bMobileUnit, sApplicationName, bResetCache)
public virtual IMMTransporter GetTransporter( 
   System.bool bMobileUnit,
   ref System.string sApplicationName,
   System.bool bResetCache
)
public function GetTransporter( 
    bMobileUnit: System.Boolean;
   var  sApplicationName: System.String;
    bResetCache: System.Boolean
): IMMTransporter; virtual; 
public function GetTransporter( 
   bMobileUnit : System.boolean,
   sApplicationName : System.String,
   bResetCache : System.boolean
) : IMMTransporter;
public: virtual IMMTransporter* GetTransporter( 
   System.bool bMobileUnit,
   ref System.string* sApplicationName,
   System.bool bResetCache
) 
public:
virtual IMMTransporter^ GetTransporter( 
   System.bool bMobileUnit,
   System.String^% sApplicationName,
   System.bool bResetCache
) 

Parameters

bMobileUnit
sApplicationName
bResetCache
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

PxApplicationClass Class
PxApplicationClass Members

Send Feedback