FlowsheetInitialize Flowsheet(String, IFlowsheet, IFlowsheet) Method
Creates and initializes a sub-flowsheet from the given file path.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public static IFlowsheet InitializeFlowsheet(
string fpath,
IFlowsheet form,
IFlowsheet mainfs
)VB
Public Shared Function InitializeFlowsheet (
fpath As String,
form As IFlowsheet,
mainfs As IFlowsheet
) As IFlowsheetParameters
- fpath String
- form IFlowsheet
- mainfs IFlowsheet