CalcStatus Enumeration |
Calculate status codes. Values less than zero are considered failures, values greater than zero are considered successful.
Namespace: Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly: Tedds.TeddsCalcIA (in Tedds.TeddsCalcIA.dll) Version: 25.0.0.0
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Aborted | -1 | Calculating was aborted | |
NotInitialized | 0 | The Tedds Calculator has not been initialized | |
Ok | 1 | Calculating completed successfully | |
Interrupted | 2 | The user interrupted the calculation process therefore the state of the results and output is indeterminate |
See Also