Valve(String, String) Constructor

Initializes a new instance of the Valve class with the specified name and description.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public Valve(
	string name,
	string description
)

Parameters

name  String
The display name assigned to this valve object.
description  String
A short description of this valve object.

See Also