Namespace: DWSIMAssembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax public IFlowsheet LoadXML(
IVirtualFile handler,
Action<int> ProgressFeedBack,
string simulationfilename = "",
bool forcommandline = false
)
Public Function LoadXML (
handler As IVirtualFile,
ProgressFeedBack As Action(Of Integer),
Optional simulationfilename As String = "",
Optional forcommandline As Boolean = false
) As IFlowsheet
Request Example
View SourceParameters
- handler IVirtualFile
-
- ProgressFeedBack ActionInt32
-
- simulationfilename String (Optional)
-
- forcommandline Boolean (Optional)
-
Return Value
IFlowsheetSee Also