Enum CalcValueFormat
Formats for converting numeric values to a string
Namespace: Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly: Tedds.TeddsCalcIA.dll
Syntax
public enum CalcValueFormat
Fields
| Name | Value | Description |
|---|---|---|
| Engineering | Engineering = 3 | Engineering format |
| Fixed | Fixed = 0 | Fixed format |
| General | General = 2 | General format |
| InputOutput | InputOutput = 4 | Data Input/Output format for interoperability with other software |
| Scientific | Scientific = 1 | Scientific format |
| UserInput | UserInput = 5 | User interface input format |