CalcErrorOptions Enumeration

Error handler option flags

Namespace:  Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly:  Tedds.TeddsCalcIA (in Tedds.TeddsCalcIA.dll) Version: 24.1.0.0
Syntax
[FlagsAttribute]
public enum CalcErrorOptions
Members
  Member nameValueDescription
NoContinue1 On error do not allow user to continue
NoAbort2 On error do not allow user to abort
NoInterrupt4 On error do not allow user to interrupt
See Also