ECapeThrmPropertyNotAvailable Interface

An exception that indicates the requested thermodynamic property was not available.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComImportAttribute]
[ComVisibleAttribute(false)]
[GuidAttribute("678C09B6-7D66-11D2-A67D-00105A42887F")]
public interface ECapeThrmPropertyNotAvailable

Remarks

At least one item in the requested properties cannot be returned. This could be because the property cannot be calculated at the specified conditions or for the specified Phase. If the property calculation is not implemented then ECapeLimitedImpl should be returned.

See Also