Returns TRUE if the radiation boundary condition is set. In this case also the value of emissivity coefficient and the ambient radiation temperature are returned.
Syntax
LabelEdgeHT.GetRadiation (
[Beta As Double], '
[T As Double] '
) As Boolean
Parameters
Beta
[out] Double
T
[out] Double
Remarks
The GetRadiation method allows you to know whether the radiation border condition is
applied to the label.
Returns TRUE if the radiation boundary condition is set, otherwise returns FALSE.
In the method returning TRUE, the optional parameters Betaand T take
the value of emissivity coefficient and the ambient radiation temperature respectively.