ResultGetTemperature

Top  Previous  Next

Returns the temperature of the given point.

 

 

This function is defined in C++ as:

extern "C" __declspec(dllexport) double __stdcall ResultGetTemperature(int PointIndex)

 

Return

The value of temperature in the units set by the caller.

 

Input

Argument

Type

Description

PointIndex

int

Point to retrieve the value from

 

Note

If a error/problem is found use the function ErrorGetIndex and ErrorGetMessage to get more information

 

Code examples