ArcFM Responder Mobile Developer Guide
HasWsPacket Method (PxApplicationClass)






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

Parameters

pPxNode
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