ArcFM Engine Developer Guide
Display Method


String
Method sets the caption for displaying the node's history in grid format in the Process Framework application. Requires a string input parameter.
Syntax
'Declaration
 
Sub Display( _
   ByVal sTitle As String _
) 
'Usage
 
Dim instance As IMMPxNodeHistory
Dim sTitle As String
 
instance.Display(sTitle)
void Display( 
   string sTitle
)

Parameters

sTitle
String
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMPxNodeHistory Interface
IMMPxNodeHistory Members

 

 


Send Comment