ArcFM Responder Mobile Developer Guide
Add Method (IMMPxNodeHistory)






Syntax
'Declaration
 
Sub Add( _
   ByVal pHistory As IMMPxHistory _
) 
'Usage
 
Dim instance As IMMPxNodeHistory
Dim pHistory As IMMPxHistory
 
instance.Add(pHistory)
void Add( 
   IMMPxHistory pHistory
)
procedure Add( 
    pHistory: IMMPxHistory
); 
function Add( 
   pHistory : IMMPxHistory
);
void Add( 
   IMMPxHistory* pHistory
) 
void Add( 
   IMMPxHistory^ pHistory
) 

Parameters

pHistory
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

IMMPxNodeHistory Interface
IMMPxNodeHistory Members

Send Feedback