ArcFM Responder Mobile Developer Guide
Display Method (PxNodeHistoryClass)






Syntax
'Declaration
 
Public Overridable Sub Display( _
   ByVal sTitle As System.String _
) 
'Usage
 
Dim instance As PxNodeHistoryClass
Dim sTitle As System.String
 
instance.Display(sTitle)
public virtual void Display( 
   System.string sTitle
)
public procedure Display( 
    sTitle: System.String
); virtual; 
public function Display( 
   sTitle : System.String
);
public: virtual void Display( 
   System.string* sTitle
) 
public:
virtual 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

PxNodeHistoryClass Class
PxNodeHistoryClass Members

Send Feedback