ICapeThermoEquilibriumServerPropList Method

Gets the list of properties.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[DispIdAttribute(4)]
void PropList(
	ref Object flashType,
	ref Object props,
	ref Object phases,
	ref Object calcType
)

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. (Pure & Mixture)

Remarks

Returns the flash types, properties, phases, and calculation types that are supported by a given Equilibrium Server Routine.

Exceptions

ECapeUnknownThe error to be raised when other error(s), specified for this operation, are not suitable.
ECapeInvalidArgumentTo be used when an invalid argument value was passed, for example UNDEFINED for property.

See Also