ArcFM Responder Mobile Developer Guide
Execute Method (IMMPxTask)






Syntax
'Declaration
 
Function Execute( _
   ByVal pPxNode As IMMPxNode _
) As System.Boolean
'Usage
 
Dim instance As IMMPxTask
Dim pPxNode As IMMPxNode
Dim value As System.Boolean
 
value = instance.Execute(pPxNode)
System.bool Execute( 
   IMMPxNode pPxNode
)
function Execute( 
    pPxNode: IMMPxNode
): System.Boolean; 
function Execute( 
   pPxNode : IMMPxNode
) : System.boolean;
System.bool Execute( 
   IMMPxNode* pPxNode
) 
System.bool 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

IMMPxTask Interface
IMMPxTask Members

Send Feedback