ArcFM Responder Mobile Developer Guide
GetPacketPath Method (PxApplicationClass)






Syntax
'Declaration
 
Public Overridable Function GetPacketPath( _
   ByVal pPxNode As IMMPxNode, _
   ByVal bMobileUnit As System.Boolean _
) As System.String
'Usage
 
Dim instance As PxApplicationClass
Dim pPxNode As IMMPxNode
Dim bMobileUnit As System.Boolean
Dim value As System.String
 
value = instance.GetPacketPath(pPxNode, bMobileUnit)
public virtual System.string GetPacketPath( 
   IMMPxNode pPxNode,
   System.bool bMobileUnit
)
public function GetPacketPath( 
    pPxNode: IMMPxNode;
    bMobileUnit: System.Boolean
): System.String; virtual; 
public function GetPacketPath( 
   pPxNode : IMMPxNode,
   bMobileUnit : System.boolean
) : System.String;
public: virtual System.string* GetPacketPath( 
   IMMPxNode* pPxNode,
   System.bool bMobileUnit
) 
public:
virtual System.String^ GetPacketPath( 
   IMMPxNode^ pPxNode,
   System.bool bMobileUnit
) 

Parameters

pPxNode
bMobileUnit
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