Curve(String, String, Curve Type) Constructor
Initializes a new Curve with an identifier, name, and type but no data points.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary.PumpOps
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 Curve(
string id,
string name,
CurveType type
)VB
Public Sub New (
id As String,
name As String,
type As CurveType
)