CalcValueFormat Enumeration |
Formats for converting numeric values to a string
Namespace: Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly: Tedds.TeddsCalcIA (in Tedds.TeddsCalcIA.dll) Version: 26.0.0.1
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Fixed | 0 | Fixed format | |
Scientific | 1 | Scientific format | |
General | 2 | General format | |
Engineering | 3 | Engineering format | |
InputOutput | 4 | Data Input/Output format for interoperability with other software | |
UserInput | 5 | User interface input format |
See Also