FlowsheetBaseGetNewInstance 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
public abstract IFlowsheet GetNewInstance()

Return Value

IFlowsheet
A new IFlowsheet instance.

Implements

IFlowsheetGetNewInstance

See Also