PropertyPackageGetComponentConstant Method |
Returns the values of the Constant properties of the compounds contained in the passed Material Object.
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public virtual Object GetComponentConstant(
Object materialObject,
Object props
)
Public Overridable Function GetComponentConstant (
materialObject As Object,
props As Object
) As Object
Request Example
View SourceParameters
- materialObject Object
- The Material Object.
- props Object
- The list of properties.
Return Value
ObjectCompound Constant values.
Implements
ICapeThermoPropertyPackage.GetComponentConstant(Object, Object)See Also