Applies to |
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.
LabelEdgeHT.GetConvection ( [Alpha As Double], [T As Double] ) As Boolean
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.