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