Property PackageProp List Method
Returns the flash types, properties, phases, and calculation types that are supported by a given Equilibrium Server Routine.
Definition
Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public virtual void PropList(
ref Object flashType,
ref Object props,
ref Object phases,
ref Object calcType
)VB
Public Overridable Sub PropList (
ByRef flashType As Object,
ByRef props As Object,
ByRef phases As Object,
ByRef calcType As Object
)Parameters
- flashType Object
- Type of flash calculations supported.
- props Object
- List of supported properties.
- phases Object
- List of supported phases.
- calcType Object
- List of supported calculation types.