ICape Thermo CompoundsGet TDependent Prop List Method
Returns the list of supported temperature-dependent Physical
Properties.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
The list of Physical Property identifiers for all supported temperature-dependent properties. The standard identifiers are listed in section 7.5.3
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[DispIdAttribute(8)]
Object GetTDependentPropList()VB
<DispIdAttribute(8)>
Function GetTDependentPropList As ObjectReturn Value
ObjectThe list of Physical Property identifiers for all supported temperature-dependent properties. The standard identifiers are listed in section 7.5.3
Remarks
GetTDependentPropList returns identifiers for all the temperature-dependent Physical Properties that can be retrieved by the GetTDependentProperty method. If no properties are supported UNDEFINED should be returned. The CAPE-OPEN standards do not define a minimum list of properties to be made available by a software component that implements the ICapeThermoCompounds interface.
A component that implements the ICapeThermoCompounds interface may return identifiers which do not belong to the list defined in section 7.5.3. However, these proprietary identifiers may not be understood by most of the clients of this component.
Exceptions
| ECapeNoImpl | The operation is “not” implemented even if this method can be called for reasons of compatibility with the CAPE-OPEN standards. That is to say that the operation exists, but it is not supported by the current implementation. |
| ECapeUnknown | The error to be raised when other error(s), specified for the operation, are not suitable. |
| ECapeBadInvOrder | The error to be raised if the Property Package required the SetMaterial method to be called before calling the GetTDependentPropList method. The error would not be raised when the GetTDependentPropList method is implemented by a Material Object. |