Curve(String, String, CurveType) 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
public Curve(
	string id,
	string name,
	CurveType type
)

Parameters

id  String
Unique identifier for the curve.
name  String
Display name of the curve.
type  CurveType
The CurveType classification of the curve.

See Also