Returns TRUE if the convection boundary condition is set. In this case also the value of film coefficient and the temperature of contacting fluid medium are returned.
Syntax
LabelEdgeHT.GetConvection (
[Alpha As Double], '
[T As Double] '
) As Boolean
Parameters
Alpha
[out] Double
T
[out] Double
Remarks
The GetConvection method allows you to know whether the convection border condition is
applied to the label. That border condition is also known as a condition of third kind.
Returns TRUE if the convection boundary condition is set, otherwise returns FALSE.
In the method returning TRUE, the optional parameters Alpha and T take the value of
film coefficient and the temperature of contacting fluid medium respectively.