ActiveField - QuickField API help

QuickField Student Edition free download     Contacts

ActiveField Technology

Objects Overview

Hierarchy Chart

How to Start: Application Object

How to work with Problems

How to work with Model

How to work with Data

How to Analyze Results

Objects

Properties

Methods

GetRadiation Method

Applies to

Summary

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 Beta and T take the value of emissivity coefficient and the ambient radiation temperature respectively.