ArcFM Responder Mobile Developer Guide
HydrateByPacketId Method (clsMobileClass)






Syntax
'Declaration
 
Public Overridable Function HydrateByPacketId( _
   ByVal sPacketId As System.String _
) As System.Boolean
'Usage
 
Dim instance As clsMobileClass
Dim sPacketId As System.String
Dim value As System.Boolean
 
value = instance.HydrateByPacketId(sPacketId)
public virtual System.bool HydrateByPacketId( 
   System.string sPacketId
)
public function HydrateByPacketId( 
    sPacketId: System.String
): System.Boolean; virtual; 
public function HydrateByPacketId( 
   sPacketId : System.String
) : System.boolean;
public: virtual System.bool HydrateByPacketId( 
   System.string* sPacketId
) 
public:
virtual System.bool HydrateByPacketId( 
   System.String^ sPacketId
) 

Parameters

sPacketId
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

clsMobileClass Class
clsMobileClass Members

Send Feedback