PropertyPackageGetUniversalConstant Method |
Returns the values of the Universal Constants.
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public virtual Object GetUniversalConstant(
Object materialObject,
Object props
)
Public Overridable Function GetUniversalConstant (
materialObject As Object,
props As Object
) As Object
Request Example
View SourceParameters
- materialObject Object
- The Material Object.
- props Object
- List of requested Universal Constants;
Return Value
ObjectValues of Universal Constants.
Implements
ICapeThermoPropertyPackage.GetUniversalConstant(Object, Object)See Also