CalcValueFormat Enumeration

Formats for converting numeric values to a string

Namespace:  Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly:  Tedds.TeddsCalcIA (in Tedds.TeddsCalcIA.dll) Version: 25.0.0.0
Syntax
public enum CalcValueFormat
Members
  Member nameValueDescription
Fixed0 Fixed format
Scientific1 Scientific format
General2 General format
Engineering3 Engineering format
InputOutput4 Data Input/Output format for interoperability with other software
UserInput5 User interface input format
See Also