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