PropertyPackageGetComponentConstant Method

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

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public virtual Object GetComponentConstant(
	Object materialObject,
	Object props
)

Parameters

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

Return Value

Object
Compound Constant values.

Implements

ICapeThermoPropertyPackageGetComponentConstant(Object, Object)

See Also