FormFlowsheetAddCompound 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
public ICompoundConstantProperties AddCompound(
	string compname
)

Parameters

compname  String
The name of the compound to add.

Return Value

ICompoundConstantProperties

Implements

IFlowsheetAddCompound(String)

See Also