ArcFM Responder Mobile Developer Guide
CreatePacket Method (PxApplicationClass)






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

Parameters

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