FlowsheetUpdateProcessData(IFlowsheetBag, XDocument) Method

Updates process-level data in the XML document from the given flowsheet bag.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public static Object UpdateProcessData(
	IFlowsheetBag form,
	XDocument xdoc
)

Parameters

form  IFlowsheetBag
 
xdoc  XDocument
 

Return Value

Object

See Also