Tank(String, String) Constructor

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

Definition

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

Parameters

name  String
The component name assigned to this tank object.
description  String
A short description of this tank object.

See Also