Excel Parameter Class
Holds the definition of a single input or output parameter exchanged between
the flowsheet and the external spreadsheet in the ExcelUO unit operation.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary
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#
[SerializableAttribute]
public class ExcelParameterVB
<SerializableAttribute>
Public Class ExcelParameter- Inheritance
- Object ExcelParameter
Constructors
Fields
| Annotation | An optional annotation or description of the parameter. |
| Name | The display name of the parameter. |
| Unit | The engineering unit string associated with this parameter. |
| Value | The numeric value of the parameter. |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |