ICalculator Properties |
The ICalculator type exposes the following members.
Properties
Name | Description | |
---|---|---|
CalculatingErrorEvents |
Determines whether error events are fired to the event listeners
| |
CalculatingProgressEvents |
Determines whether progress events are fired to the event listeners
| |
Functions |
Returns an object supporting the IFunctions interface which is used to access the internal Tedds calculator
functions
| |
Status |
Returns the status of the Tedds calculator when the last evaluation finished.
| |
UndefinedVariableEvents |
Determines whether undefined variable events are fired to the event listeners
| |
VersionLibraryMajor |
Returns the major version number of the Tedds Engineering Library
| |
VersionLibraryMinor |
Returns the minor version number of the Tedds Engineering Library
| |
VersionMajor |
Returns the major version number of the Tedds software
| |
VersionMinor |
Returns the minor version number of the Tedds software
| |
WindowHandle |
Returns the Tedds calculator's main window handle
|
See Also