Enum CalcStatus

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.dll
Syntax
public enum CalcStatus

Fields

Name Value Description
AbortedAborted = -1

Calculating was aborted

InterruptedInterrupted = 2

The user interrupted the calculation process therefore the state of the results and output is indeterminate

NotInitializedNotInitialized = 0

The Tedds Calculator has not been initialized

OkOk = 1

Calculating completed successfully

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next