ArcFM Responder Mobile Developer Guide
Execute Method (IMMPxTask3)






Syntax
'Declaration
 
Function Execute( _
   ByVal pPxNode As IMMPxNode _
) As System.String
'Usage
 
Dim instance As IMMPxTask3
Dim pPxNode As IMMPxNode
Dim value As System.String
 
value = instance.Execute(pPxNode)
System.string Execute( 
   IMMPxNode pPxNode
)
function Execute( 
    pPxNode: IMMPxNode
): System.String; 
function Execute( 
   pPxNode : IMMPxNode
) : System.String;
System.string* Execute( 
   IMMPxNode* pPxNode
) 
System.String^ Execute( 
   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

IMMPxTask3 Interface
IMMPxTask3 Members

Send Feedback