Form FlowsheetAdd Compound Method
Adds the named compound to the flowsheet's selected-compound list and returns it; returns the existing entry if already present.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public ICompoundConstantProperties AddCompound(
string compname
)VB
Public Function AddCompound (
compname As String
) As ICompoundConstantPropertiesParameters
- compname String
- The name of the compound to add.