Column(String, String, IFlowsheet) Constructor |
Namespace: DWSIM.UnitOperations.UnitOperationsAssembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 8.8.1.0
Syntax public Column(
string name,
string description,
IFlowsheet fs
)
Public Sub New (
name As String,
description As String,
fs As IFlowsheet
)
Request Example
View SourceParameters
- name String
-
- description String
-
- fs IFlowsheet
-
See Also