|
The dll expose a number of functions that lets the call use all the functionality in the dll.
The functions are divided into 5 groups. Each function is prefixed with a group name to make it simpler for the user to see what group the function belongs to.
Nr
|
Group
|
Prefix
|
Description
|
1
|
Error handling
|
Error
|
These functions are to be used if any functions return a value other then -1.
This indicate that a error occurred.
|
2
|
Model
|
Model
|
These functions lets the user define the model and all parameters used
|
3
|
Calculations
|
Calc
|
Lets the user call the calculations
|
4
|
Results
|
Result
|
Lets the user retrieve the results of a calculation
|
5
|
Properties
|
Prop
|
Lets the user call calculate a full range of properties
|
|