Flowsheet BaseGet New Instance Method
Creates and returns a new empty flowsheet instance of the same concrete type.
Definition
Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
A new IFlowsheet instance.
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public abstract IFlowsheet GetNewInstance()VB
Public MustOverride Function GetNewInstance As IFlowsheetReturn Value
IFlowsheetA new IFlowsheet instance.