FormFlowsheetGetCompound Method

Returns the compound constant-properties record with the specified name from the global compound database.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public ICompoundConstantProperties GetCompound(
	string name
)

Parameters

name  String
The compound name.

Return Value

ICompoundConstantProperties

Implements

IFlowsheetGetCompound(String)

See Also