Recycle(String, String) Constructor

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

Definition

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

Parameters

name  String
The display name of the recycle block.
description  String
A brief description of the recycle block.

See Also