Material StreamGet Component Constant Method
Retrieve pure compound constants from the Property Package.
Definition
Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Compound Constant values returned from the Property Package for the specified compounds.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public Object GetComponentConstant(
Object props,
Object compIds
)VB
Public Function GetComponentConstant (
props As Object,
compIds As Object
) As ObjectParameters
- 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.