Click or drag to resize

PropertyPackageGetComponentConstant Method

Returns the values of the Constant properties of the compounds contained in the passed Material Object.

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.4.5.0
Syntax
public virtual Object GetComponentConstant(
	Object materialObject,
	Object props
)
Request Example View Source

Parameters

materialObject  Object
The Material Object.
props  Object
The list of properties.

Return Value

Object
Compound Constant values.

Implements

ICapeThermoPropertyPackage.GetComponentConstant(Object, Object)
See Also