ArcFM Responder Mobile Developer Guide
CreatePacketDictionary Method (PxApplicationClass)






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

Parameters

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