Flowsheet2ShowMessage Method |
Namespace: DWSIM.AutomationAssembly: DWSIM.Automation (in DWSIM.Automation.dll) Version: 8.8.1.0
Syntax public override void ShowMessage(
string text,
IFlowsheetMessageType mtype,
string exceptionid = ""
)
Public Overrides Sub ShowMessage (
text As String,
mtype As IFlowsheetMessageType,
Optional exceptionid As String = ""
)
Request Example
View SourceParameters
- text String
-
- mtype IFlowsheetMessageType
-
- exceptionid String (Optional)
-
See Also