MaterialStreamGetComponentConstant Method |
Retrieve pure compound constants from the Property Package.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public Object GetComponentConstant(
Object props,
Object compIds
)
Public Function GetComponentConstant (
props As Object,
compIds As Object
) As Object
Request Example
View SourceParameters
- props Object
- List of pure compound constants
- compIds Object
- List of compound IDs for which constants are to be retrieved.
UNDEFINED is to be used when the call applied to all compounds in
the Material Object.
Return Value
ObjectCompound Constant values returned from the Property Package for the
specified compounds.
Implements
ICapeThermoMaterialObject.GetComponentConstant(Object, Object)See Also