ArcFM Responder Mobile Developer Guide
NodeListUpdated Method (__PxTaskTool)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1)>
<System.Runtime.InteropServices.PreserveSigAttribute()>
Sub NodeListUpdated( _
   ByRef pTasks As IMMEnumPxTasks _
) 
'Usage
 
Dim instance As __PxTaskTool
Dim pTasks As IMMEnumPxTasks
 
instance.NodeListUpdated(pTasks)
[System.Runtime.InteropServices.DispId(1)]
[System.Runtime.InteropServices.PreserveSig()]
void NodeListUpdated( 
   out IMMEnumPxTasks pTasks
)
procedure NodeListUpdated( 
   Out  pTasks: IMMEnumPxTasks
); 
System.Runtime.InteropServices.DispIdAttribute(1)
System.Runtime.InteropServices.PreserveSigAttribute()
function NodeListUpdated( 
   pTasks : IMMEnumPxTasks
);
[System.Runtime.InteropServices.DispId(1)]
[System.Runtime.InteropServices.PreserveSig()]
void NodeListUpdated( 
   [PARAMFLAG::Out] IMMEnumPxTasks* pTasks
) 
[System.Runtime.InteropServices.DispId(1)]
[System.Runtime.InteropServices.PreserveSig()]
void NodeListUpdated( 
   [Out] IMMEnumPxTasks^ pTasks
) 

Parameters

pTasks
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

__PxTaskTool Interface
__PxTaskTool Members

Send Feedback