ArcFM Engine Developer Guide
MsgUser Method


The user message to display.
Display a general message to the user.
Syntax
'Declaration
 
Public Shared Sub MsgUser( _
   ByVal strMsg As String _
) 
'Usage
 
Dim strMsg As String
 
Messaging.MsgUser(strMsg)
public static void MsgUser( 
   string strMsg
)

Parameters

strMsg
The user message to display.
Remarks
This static method provides a general utility function to display a message to the user and wait for the user to press the Ok button before resuming program execution. The message is also logged as an informational message. Use this function to provide a standard look-and-feel for the program.
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

Messaging Class
Messaging Members

 

 


Send Comment