ArcFM Responder Mobile Developer Guide
Display Method (IMMPxNodeHistory)






Syntax
'Declaration
 
Sub Display( _
   ByVal sTitle As System.String _
) 
'Usage
 
Dim instance As IMMPxNodeHistory
Dim sTitle As System.String
 
instance.Display(sTitle)
void Display( 
   System.string sTitle
)
procedure Display( 
    sTitle: System.String
); 
function Display( 
   sTitle : System.String
);
void Display( 
   System.string* sTitle
) 
void Display( 
   System.String^ sTitle
) 

Parameters

sTitle
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