Form FlowsheetShow Message Method
Enqueues a message for display in the log panel and raises the NewMessageSent event.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
IFlowsheetGUIShowMessage(String, IFlowsheetMessageType, String)
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void ShowMessage(
string text,
IFlowsheetMessageType mtype,
string exceptionID = ""
)VB
Public Sub ShowMessage (
text As String,
mtype As IFlowsheetMessageType,
Optional exceptionID As String = ""
)Parameters
- text String
- The message text.
- mtype IFlowsheetMessageType
- The message severity/type.
- exceptionID String (Optional)
- Optional identifier linking this message to a specific exception in the global exception list.
Implements
IFlowsheetShowMessage(String, IFlowsheetMessageType, String)IFlowsheetGUIShowMessage(String, IFlowsheetMessageType, String)